Information about plays

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

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

{
    "id": 3571379,
    "uri": "https://api.kexp.org/v2/plays/3571379/?format=api",
    "airdate": "2025-10-29T10:34:39-07:00",
    "show": 64965,
    "show_uri": "https://api.kexp.org/v2/shows/64965/?format=api",
    "image_uri": "https://ia801509.us.archive.org/34/items/mbid-950ec5b2-8dc3-41c3-beff-301c2eaa1588/mbid-950ec5b2-8dc3-41c3-beff-301c2eaa1588-22256382950_thumb500.jpg",
    "thumbnail_uri": "https://ia801509.us.archive.org/34/items/mbid-950ec5b2-8dc3-41c3-beff-301c2eaa1588/mbid-950ec5b2-8dc3-41c3-beff-301c2eaa1588-22256382950_thumb250.jpg",
    "song": "You Are Not Alone",
    "track_id": "c78161d2-9d45-4299-a8ff-d724837a95a0",
    "recording_id": "f535250e-079a-4f1a-9e89-ae5fd3bb1948",
    "artist": "Mavis Staples & Jeff Tweedy",
    "artist_ids": [
        "63287966-6021-474a-ba76-edc37a5f1b7c",
        "04f57a2d-2449-400e-8fff-5b1c5af9560b"
    ],
    "album": "I'll Take You There: An All-Star Concert Celebration",
    "release_id": "950ec5b2-8dc3-41c3-beff-301c2eaa1588",
    "release_group_id": "038454a4-3998-4b42-8d5e-09af2fbea082",
    "labels": [
        "Blackbird Presents"
    ],
    "label_ids": [
        "30ec5ddd-d62a-4167-aae7-89845b21ae1d"
    ],
    "release_date": "2017-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jeff Tweedy, of Wilco, and the legendary gospel singer and civil rights activist Mavis Staples have been longtime collaborators – including Jeff producing and co-writing multiple of Mavis’ albums, including 2010’s ‘You Are Not Alone.’ Jeff also produced the 2015 posthumous album ‘Don’t Lose This’ by Mavis’ father – Pops Staples.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}