Information about plays

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

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

{
    "id": 3537958,
    "uri": "https://api.kexp.org/v2/plays/3537958/?format=api",
    "airdate": "2025-08-09T15:49:12-07:00",
    "show": 64245,
    "show_uri": "https://api.kexp.org/v2/shows/64245/?format=api",
    "image_uri": "https://ia800501.us.archive.org/26/items/mbid-5eda76e4-4ca5-4841-8634-72f4de26c07c/mbid-5eda76e4-4ca5-4841-8634-72f4de26c07c-42501711860_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/26/items/mbid-5eda76e4-4ca5-4841-8634-72f4de26c07c/mbid-5eda76e4-4ca5-4841-8634-72f4de26c07c-42501711860_thumb250.jpg",
    "song": "Give Me Your Love Back",
    "track_id": "d6fae03f-2c09-41b3-8a8b-ddee7ea22fd9",
    "recording_id": "4d29be9e-0211-48f5-bad1-10aacfb02e2d",
    "artist": "Anna of the North",
    "artist_ids": [
        "4d7db1c4-3c00-4140-8c83-c6d99cfdecf4"
    ],
    "album": "Give Me Your Love Back",
    "release_id": "5eda76e4-4ca5-4841-8634-72f4de26c07c",
    "release_group_id": "eef128b8-c5df-4b94-9d19-f26e94bc533d",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anna of the North will be on tour!\n- November 29th @ Portland, OR's Holocene\n- December 1st @ Seattle's Neumos\n- December 3rd @ SF's The Independent\n\nMore dates & locales here: https://www.annaofthenorth.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}