Information about plays

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

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

{
    "id": 3545841,
    "uri": "https://api.kexp.org/v2/plays/3545841/?format=api",
    "airdate": "2025-08-28T10:28:55-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://ia600304.us.archive.org/11/items/mbid-e973d272-3f35-4b02-82e3-aa43f83031b2/mbid-e973d272-3f35-4b02-82e3-aa43f83031b2-19933342206_thumb500.jpg",
    "thumbnail_uri": "https://ia600304.us.archive.org/11/items/mbid-e973d272-3f35-4b02-82e3-aa43f83031b2/mbid-e973d272-3f35-4b02-82e3-aa43f83031b2-19933342206_thumb250.jpg",
    "song": "The Martyr",
    "track_id": "69a5d47c-a279-3e51-95ed-4632ebaf75e9",
    "recording_id": "1c2e6d85-e426-46ef-876c-6b6980fe33f0",
    "artist": "Cursive",
    "artist_ids": [
        "c4153c51-b4ac-4183-beb3-c5dbfce39176"
    ],
    "album": "Domestica",
    "release_id": "e973d272-3f35-4b02-82e3-aa43f83031b2",
    "release_group_id": "6df1062f-6044-3fc3-a33a-3df76a1022d5",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2000-06-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the band's third studio album, 'Domestica. Cursive will also be at the Best Friends Forever Festival in Vegas!\n\nhttps://www.bestfriendsforeverfest.com/\n\nhttps://www.cursivearmy.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}