Information about plays

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

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

{
    "id": 3543438,
    "uri": "https://api.kexp.org/v2/plays/3543438/?format=api",
    "airdate": "2025-08-22T19:07:10-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3950d3c-2fdd-4464-a629-990d8e30c1c9/10275651194-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3950d3c-2fdd-4464-a629-990d8e30c1c9/10275651194-250.jpg",
    "song": "Uprising",
    "track_id": null,
    "recording_id": "ab39757f-06ae-4948-8758-b56c98021853",
    "artist": "Antibalas",
    "artist_ids": [
        "33c2a158-a788-44e5-81ab-142d544a165b"
    ],
    "album": "Liberation Afrobeat, Volume 1",
    "release_id": null,
    "release_group_id": "8a055ab9-531b-3716-b5ea-5d4f9a912188",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Antibalas (Spanish for \"bulletproof\") is an American, Brooklyn-based afrobeat band that is modeled after Fela Kuti's Africa 70 band and Eddie Palmieri's Harlem River Drive Orchestra. Although their music generally follows the musical architecture and language of afrobeat, it incorporates elements of jazz, funk, dub, improvised music, and traditional drumming from Cuba and West Africa.   \nAntibalas performing live in the KEXP studio. Recorded December 7, 2012.\nhttps://www.youtube.com/watch?v=ygn-kM73Ioc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}