Information about plays

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

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

{
    "id": 3564404,
    "uri": "https://api.kexp.org/v2/plays/3564404/?format=api",
    "airdate": "2025-10-13T01:40:51-07:00",
    "show": 64821,
    "show_uri": "https://api.kexp.org/v2/shows/64821/?format=api",
    "image_uri": "https://coverartarchive.org/release/a52c02e4-290a-473a-a228-dba8a42d9b5b/34665179443-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a52c02e4-290a-473a-a228-dba8a42d9b5b/34665179443-250.jpg",
    "song": "Things Ain't Right",
    "track_id": null,
    "recording_id": "e1035b19-1004-44dd-bc87-2c282e627362",
    "artist": "Queen Esther Marrow",
    "artist_ids": [
        "b749137e-72b2-4b5f-b05b-1482fdf77238"
    ],
    "album": "Sister Woman",
    "release_id": null,
    "release_group_id": "f2a1b66f-601c-497d-9f0b-d09c8193ace6",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}