Information about plays

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

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

{
    "id": 3639141,
    "uri": "https://api.kexp.org/v2/plays/3639141/?format=api",
    "airdate": "2026-04-07T17:54:09-07:00",
    "show": 66393,
    "show_uri": "https://api.kexp.org/v2/shows/66393/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-7f6b809c-ad57-4b10-81de-c0943feb0ba5/mbid-7f6b809c-ad57-4b10-81de-c0943feb0ba5-29373904886_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-7f6b809c-ad57-4b10-81de-c0943feb0ba5/mbid-7f6b809c-ad57-4b10-81de-c0943feb0ba5-29373904886_thumb250.jpg",
    "song": "Mustang Sally",
    "track_id": "2f18a80d-bafc-3204-ac7e-b7f9d5ca46ed",
    "recording_id": "05b4476f-7f3c-41a2-a71d-215a0c66bfd5",
    "artist": "Wilson Pickett",
    "artist_ids": [
        "fc6214b3-6d82-4803-be74-01ece1723e42"
    ],
    "album": "Hot Rods & Custom Classics",
    "release_id": "7f6b809c-ad57-4b10-81de-c0943feb0ba5",
    "release_group_id": "4e1200f8-7cd0-3a0b-82c0-1ff5025431b9",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Johanna!\n___\nThe opening track from Pickett's 1966 album \"The Wicked Pickett\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}