Information about plays

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

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

{
    "id": 3554637,
    "uri": "https://api.kexp.org/v2/plays/3554637/?format=api",
    "airdate": "2025-09-18T15:01:13-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Joel the Lump of Coal",
    "track_id": null,
    "recording_id": "894999a9-d470-4cbd-a5af-98dea2c4bcd0",
    "artist": "The Killers with Jimmy Kimmel",
    "artist_ids": [
        "95e1ead9-4d31-4808-a7ac-32c3614c116b",
        "3c41ccec-2a7c-4928-a21d-15201218d18a"
    ],
    "album": "Joel the Lump of Coal",
    "release_id": null,
    "release_group_id": "725c89f4-3cec-40a3-b63e-ecc0fe48355d",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-12-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Disney's ABC has pulled Jimmy Kimmel off the air \"indefinitely\": https://www.cnn.com/business/live-news/jimmy-kimmel-show-pulled-abc-09-18-25\n--\nEvery year since 2006, The Killers write and record a special Christmas song for a very good charity - the RED campaign (https://www.red.org/). They invite others to participate.  In 2014, it was Jimmy Kimmel: https://www.youtube.com/watch?v=6xZ3Ezl5-Lk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}