Information about plays

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

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

{
    "id": 3608954,
    "uri": "https://api.kexp.org/v2/plays/3608954/?format=api",
    "airdate": "2026-01-25T12:04:27-08:00",
    "show": 65752,
    "show_uri": "https://api.kexp.org/v2/shows/65752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunday Bloody Sunday",
    "track_id": "2b2b12ae-b6bc-3855-bf35-28f42bee32fc",
    "recording_id": "0eb550b1-856a-4e50-83e5-03cb847953d5",
    "artist": "Ba Cissoko",
    "artist_ids": [
        "69121312-c681-4feb-b0e8-64cd86e357fc"
    ],
    "album": "In the Name of Love: Africa Celebrates U2",
    "release_id": "d0ada3ec-f517-45ea-9a34-a9bd29fa1c6b",
    "release_group_id": "caeffb86-ee2c-3c75-9e4e-f099de204aca",
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2008-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In The Name Of Love: Africa Celebrates U2\" is a tribute to the music and culture of Africa, featuring original interpretations of classic U2 songs by various African artists.\n\nBa Cissoko, born in 1967 in Koundara, is a Guinean musician and master of the kora, a traditional instrument of Mandinka culture.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}