Information about plays

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

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

{
    "id": 3619118,
    "uri": "https://api.kexp.org/v2/plays/3619118/?format=api",
    "airdate": "2026-02-18T13:27:45-08:00",
    "show": 65967,
    "show_uri": "https://api.kexp.org/v2/shows/65967/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb666a2d-e29e-4533-a36e-ee76fac31836/14936886315-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb666a2d-e29e-4533-a36e-ee76fac31836/14936886315-250.jpg",
    "song": "Waiting for an Alibi",
    "track_id": null,
    "recording_id": "1a990ee8-3229-4ebd-9307-64888649c064",
    "artist": "Thin Lizzy",
    "artist_ids": [
        "6a726ac6-019e-455c-8bbb-571a77bed52e"
    ],
    "album": "Black Rose: A Rock Legend",
    "release_id": null,
    "release_group_id": "0e50cfc6-0830-3e6b-a443-d39237b1d34c",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1979-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was released on February 23rd, 1979.  Many, many years later, here's an original review: https://www.hotpress.com/music/on-this-day-in-1979-thin-lizzy-released-waiting-for-an-alibi-22843032",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}