Information about plays

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

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

{
    "id": 3617638,
    "uri": "https://api.kexp.org/v2/plays/3617638/?format=api",
    "airdate": "2026-02-15T00:08:52-08:00",
    "show": 65937,
    "show_uri": "https://api.kexp.org/v2/shows/65937/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e09525c-b618-4d72-83ce-10735d693aa6/7847492404-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e09525c-b618-4d72-83ce-10735d693aa6/7847492404-250.jpg",
    "song": "2 Minutes to Midnight",
    "track_id": null,
    "recording_id": null,
    "artist": "Iron Maiden",
    "artist_ids": [
        "ca891d65-d9b0-4258-89f7-e6ba29d83767"
    ],
    "album": "Powerslave",
    "release_id": null,
    "release_group_id": "60a20bc8-acac-3cbb-99f9-ce458317233a",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1984-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iron Maiden will be touring with Anthrax this year.  No PNW dates have been announced yet!\n\nhttps://www.ironmaiden.com/tour/run-for-your-lives-world-tour-2026/\nhttps://www.facebook.com/ironmaiden",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}