Information about plays

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

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

{
    "id": 3630930,
    "uri": "https://api.kexp.org/v2/plays/3630930/?format=api",
    "airdate": "2026-03-19T06:20:00-07:00",
    "show": 66220,
    "show_uri": "https://api.kexp.org/v2/shows/66220/?format=api",
    "image_uri": "https://ia802803.us.archive.org/22/items/mbid-ee70adc5-ad51-4974-b272-bf6282719875/mbid-ee70adc5-ad51-4974-b272-bf6282719875-25101692738_thumb500.jpg",
    "thumbnail_uri": "https://ia802803.us.archive.org/22/items/mbid-ee70adc5-ad51-4974-b272-bf6282719875/mbid-ee70adc5-ad51-4974-b272-bf6282719875-25101692738_thumb250.jpg",
    "song": "Press Gang",
    "track_id": "7937eaa7-e53f-3562-b9b9-ef7d95db97d7",
    "recording_id": "1d24b595-1242-4dfa-ac07-5b834c3747aa",
    "artist": "The Murder City Devils",
    "artist_ids": [
        "32705a3c-54cf-4e48-a3ab-2801157a09dc"
    ],
    "album": "In Name and Blood",
    "release_id": "ee70adc5-ad51-4974-b272-bf6282719875",
    "release_group_id": "69db28ce-9d68-3aa1-ae27-78b374d5fbc2",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2000-06-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Learn about this Seattle punk band on the Sub Pop website: https://www.subpop.com/artists/the_murder_city_devils\n--\nThe Murder City Devils performed live for KEXP  back in 2014, hosted by DJ Sharlese on Audioasis: https://www.youtube.com/watch?v=qSai5gkz6LU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}