Information about plays

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

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

{
    "id": 3549224,
    "uri": "https://api.kexp.org/v2/plays/3549224/?format=api",
    "airdate": "2025-09-05T12:57:04-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?format=api",
    "image_uri": "https://ia800303.us.archive.org/30/items/mbid-5f077d5b-711e-37c7-93a4-c505e5b66f18/mbid-5f077d5b-711e-37c7-93a4-c505e5b66f18-18660912169_thumb500.jpg",
    "thumbnail_uri": "https://ia800303.us.archive.org/30/items/mbid-5f077d5b-711e-37c7-93a4-c505e5b66f18/mbid-5f077d5b-711e-37c7-93a4-c505e5b66f18-18660912169_thumb250.jpg",
    "song": "Cinnamon Girl",
    "track_id": "271b911f-d7b1-304c-8a07-e48394fb6cac",
    "recording_id": "e537f90f-4de0-4f4c-9aa9-41665db3b455",
    "artist": "Neil Young & Crazy Horse",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf",
        "71f754c0-f2d1-4a54-8d70-cc0ee409ca00"
    ],
    "album": "Weld",
    "release_id": "5f077d5b-711e-37c7-93a4-c505e5b66f18",
    "release_group_id": "f2b1df77-7c20-33cd-a953-24178d39a318",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1991-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neil Young's tour continues in the northwest over the next few days:\n\n-Saturday, September 6th and Monday, September 8th in Burnaby, BC at Deer Lake Park \n\n-Wednesday, September 10th in Bend, OR at Hayden Homes Amphitheater",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}