Information about plays

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

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

{
    "id": 3613476,
    "uri": "https://api.kexp.org/v2/plays/3613476/?format=api",
    "airdate": "2026-02-05T09:12:09-08:00",
    "show": 65845,
    "show_uri": "https://api.kexp.org/v2/shows/65845/?format=api",
    "image_uri": "https://ia800208.us.archive.org/2/items/mbid-28887c4f-7838-4bf9-b12a-a8e120b0a265/mbid-28887c4f-7838-4bf9-b12a-a8e120b0a265-21928714094_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-28887c4f-7838-4bf9-b12a-a8e120b0a265/mbid-28887c4f-7838-4bf9-b12a-a8e120b0a265-21928714094_thumb250.jpg",
    "song": "War",
    "track_id": "b29f3a20-b97a-3406-b4b1-a551c158fab2",
    "recording_id": "36412709-35b6-4e7c-8488-ed7f6fa0140b",
    "artist": "Edwin Starr",
    "artist_ids": [
        "9eace815-06f3-487c-bf3a-1a817e248056"
    ],
    "album": "War & Peace",
    "release_id": "28887c4f-7838-4bf9-b12a-a8e120b0a265",
    "release_group_id": "473b15ed-280f-377a-a651-932e166a1926",
    "labels": [
        "Gordy"
    ],
    "label_ids": [
        "9b6dec85-599a-481f-9642-62fd1d3999fe"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Barrett Strong and Norman Whitfield, this track was originally recorded in 1969 with The Temptations.\n\nBut Motown feared the counterculture soul song might be too controversial for fans of the otherwise conventionally sweet vocal group. Thus Edwin Starr’s recording became the definitive version after it was released and climbed to number one in the charts in 1970.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}