Information about plays

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

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

{
    "id": 3571907,
    "uri": "https://api.kexp.org/v2/plays/3571907/?format=api",
    "airdate": "2025-10-30T17:25:33-07:00",
    "show": 64977,
    "show_uri": "https://api.kexp.org/v2/shows/64977/?format=api",
    "image_uri": "https://ia801801.us.archive.org/4/items/mbid-913274cb-9201-420e-ad32-f4e8c90c0082/mbid-913274cb-9201-420e-ad32-f4e8c90c0082-5402054222_thumb500.jpg",
    "thumbnail_uri": "https://ia801801.us.archive.org/4/items/mbid-913274cb-9201-420e-ad32-f4e8c90c0082/mbid-913274cb-9201-420e-ad32-f4e8c90c0082-5402054222_thumb250.jpg",
    "song": "Buried Alive",
    "track_id": "0133b7b6-bcce-37e2-826e-116a4b95343f",
    "recording_id": "ec72eb8f-553a-44f1-b72e-c3e9c8220f4c",
    "artist": "Yeah Yeah Yeahs feat. Dr. Octagon",
    "artist_ids": [
        "3eba5e02-780b-4acd-befb-d23a0c6708dd",
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Mosquito",
    "release_id": "913274cb-9201-420e-ad32-f4e8c90c0082",
    "release_group_id": "f044212a-c6dd-40a6-8781-31c93069aea0",
    "labels": [
        "Dress Up",
        "Polydor"
    ],
    "label_ids": [
        "0e7b87ce-4f28-41ee-8390-fbc1bfa41507",
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2013-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off their fourth studio album, Mosquito.\n\nKaren O described the album as \"extremely lo-fi\", explaining: \"We had a shitty drum machine, a shitty sampled keyboard, tons of delay on the vocals. There's a real tone, character, and style to it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}