Information about plays

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

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

{
    "id": 3547213,
    "uri": "https://api.kexp.org/v2/plays/3547213/?format=api",
    "airdate": "2025-08-31T15:34:46-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://ia803205.us.archive.org/29/items/mbid-97678152-447e-439b-8aba-773fc4e8336b/mbid-97678152-447e-439b-8aba-773fc4e8336b-26717083266_thumb500.jpg",
    "thumbnail_uri": "https://ia903205.us.archive.org/29/items/mbid-97678152-447e-439b-8aba-773fc4e8336b/mbid-97678152-447e-439b-8aba-773fc4e8336b-26717083266_thumb250.jpg",
    "song": "Future Starts Slow",
    "track_id": "e96eedad-db19-3ce0-b412-3127b5ac41eb",
    "recording_id": "505b1351-6fc8-45ec-9ca4-277f9bd4b18d",
    "artist": "The Kills",
    "artist_ids": [
        "2c629b8c-d751-4131-b785-5690bb5e0fd7"
    ],
    "album": "Blood Pressures",
    "release_id": "97678152-447e-439b-8aba-773fc4e8336b",
    "release_group_id": "b2cab197-5107-46a0-8b26-049f4771f4c5",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2011-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Blood Pressures' is the fourth studio album released by The Kills. \n\n---\n\nThe Kills joined Cheryl Waters in the studio last year - you can check it out here: https://www.youtube.com/watch?v=t_NbKcuTU1E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}