Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3429185/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3429185,
    "uri": "https://api.kexp.org/v2/plays/3429185/?format=api",
    "airdate": "2024-11-23T18:38:09-08:00",
    "show": 61929,
    "show_uri": "https://api.kexp.org/v2/shows/61929/?format=api",
    "image_uri": "https://ia903407.us.archive.org/29/items/mbid-ed83a4e0-ad5f-4424-b01f-8b881c0df2d2/mbid-ed83a4e0-ad5f-4424-b01f-8b881c0df2d2-29106806955_thumb500.jpg",
    "thumbnail_uri": "https://ia803407.us.archive.org/29/items/mbid-ed83a4e0-ad5f-4424-b01f-8b881c0df2d2/mbid-ed83a4e0-ad5f-4424-b01f-8b881c0df2d2-29106806955_thumb250.jpg",
    "song": "Galaxies",
    "track_id": "7d206d94-9f3f-3376-8681-bfe5ad2ea7ac",
    "recording_id": "9b1a374e-a950-4939-9e1e-91af9eb2a79c",
    "artist": "Laura Veirs",
    "artist_ids": [
        "8951c87f-f730-4247-b442-52ed14ad6a97"
    ],
    "album": "Year of Meteors",
    "release_id": "e3b767e3-b67b-4986-afb5-1afb9799d238",
    "release_group_id": "87cce494-ed00-3c66-b894-4a83a5918851",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2005-08-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Laura Veirs is a singer-songwriter based in Portland, Oregon. \n\nShe is known for her folk and alternative country records and live performances as well as her collaboration with Neko Case and k.d. lang on the case/lang/veirs project.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}