Information about plays

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

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

{
    "id": 3572133,
    "uri": "https://api.kexp.org/v2/plays/3572133/?format=api",
    "airdate": "2025-10-31T07:41:58-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "https://ia601905.us.archive.org/22/items/mbid-798278ae-9c09-45e7-8c11-abdbf1368d36/mbid-798278ae-9c09-45e7-8c11-abdbf1368d36-23837639403_thumb500.jpg",
    "thumbnail_uri": "https://ia601905.us.archive.org/22/items/mbid-798278ae-9c09-45e7-8c11-abdbf1368d36/mbid-798278ae-9c09-45e7-8c11-abdbf1368d36-23837639403_thumb250.jpg",
    "song": "I Know There’s Something Going On",
    "track_id": "04408d9f-a834-308e-8ac4-e5321d8910d6",
    "recording_id": "abc22d90-34c8-4223-85b4-54bb968ad581",
    "artist": "Frida",
    "artist_ids": [
        "042c35d3-0756-4804-b2c2-be57a683efa2"
    ],
    "album": "Something’s Going On",
    "release_id": "798278ae-9c09-45e7-8c11-abdbf1368d36",
    "release_group_id": "34cae656-6bca-330b-9824-fd9b09d5abae",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ohhh....those Phil Collins drum fills! That's Daryl Stuermer on guitar.\n\nFrida is ABBA singer Anni-Frid Lyngstad. This is her solo hit, \"I Know There's Something Going On\" which features Phil Collins on drums and production. \n----\nWatch her on Swiss TV in 1982: https://www.youtube.com/watch?v=iuhXNofcOAw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}