Information about plays

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

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

{
    "id": 3501369,
    "uri": "https://api.kexp.org/v2/plays/3501369/?format=api",
    "airdate": "2025-05-14T17:34:16-07:00",
    "show": 63460,
    "show_uri": "https://api.kexp.org/v2/shows/63460/?format=api",
    "image_uri": "https://ia904604.us.archive.org/33/items/mbid-628b2d95-32c3-4a95-a4bf-43f238b1a02e/mbid-628b2d95-32c3-4a95-a4bf-43f238b1a02e-14626529213_thumb500.jpg",
    "thumbnail_uri": "https://ia904604.us.archive.org/33/items/mbid-628b2d95-32c3-4a95-a4bf-43f238b1a02e/mbid-628b2d95-32c3-4a95-a4bf-43f238b1a02e-14626529213_thumb250.jpg",
    "song": "The Woodpile",
    "track_id": "ef2966ee-ecb7-4c3d-b4c3-ca7c3e4159f3",
    "recording_id": "f7af4427-42a4-4e41-8fdc-618e14aab49b",
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "Pedestrian Verse",
    "release_id": "628b2d95-32c3-4a95-a4bf-43f238b1a02e",
    "release_group_id": "67336e1f-fdfc-47d2-9375-a0969fde8dfa",
    "labels": [
        "Canvasback Music",
        "Atl"
    ],
    "label_ids": [
        "d563e39c-2779-456e-ad6a-3703365ab3bc",
        "288f006d-b3af-4fa6-8390-53bf74dea2a8"
    ],
    "release_date": "2013-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Frightened Rabbit play \"The Woodpile\" live on KEXP, performed at The Triple Door on March 8, 2013. \n\nhttps://www.youtube.com/watch?v=Xf9AYbN4A5Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}