Information about plays

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

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

{
    "id": 3521084,
    "uri": "https://api.kexp.org/v2/plays/3521084/?format=api",
    "airdate": "2025-07-01T05:55:29-07:00",
    "show": 63889,
    "show_uri": "https://api.kexp.org/v2/shows/63889/?format=api",
    "image_uri": "https://ia601907.us.archive.org/25/items/mbid-d33259f6-07a1-40de-95dd-0b3a01b1ba90/mbid-d33259f6-07a1-40de-95dd-0b3a01b1ba90-32364159156_thumb500.jpg",
    "thumbnail_uri": "https://ia801907.us.archive.org/25/items/mbid-d33259f6-07a1-40de-95dd-0b3a01b1ba90/mbid-d33259f6-07a1-40de-95dd-0b3a01b1ba90-32364159156_thumb250.jpg",
    "song": "Here Comes the War",
    "track_id": "58fc2ecb-977e-3747-8dac-03da551f0faf",
    "recording_id": "fe19781d-3b10-4c07-b4cd-15fb1e501ea1",
    "artist": "New Model Army",
    "artist_ids": [
        "e60e1f0b-1e8c-45e7-9d4a-222db9cb34f7"
    ],
    "album": "The Love of Hopeless Causes",
    "release_id": "cf804414-2cd0-36a0-b1c7-e1494b68525a",
    "release_group_id": "0d7694b8-85d6-3955-abb9-61924d2dd8cd",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1993-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Here Comes the War\" is a song by the British rock band New Model Army. It was released as a single in February 1993 by Epic Records. The single sparked controversy upon its release as some versions were packaged with instructions on how to build a nuclear weapon.\n\nhttps://www.newmodelarmy.org/the-band/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}