Information about plays

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

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

{
    "id": 3598346,
    "uri": "https://api.kexp.org/v2/plays/3598346/?format=api",
    "airdate": "2025-12-31T07:09:04-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Your Puppet",
    "track_id": "9052cd97-ed81-30cf-9570-d9a60e652674",
    "recording_id": "f99d862c-b02a-4b11-ab0a-a4435ce6b93a",
    "artist": "James & Bobby Purify",
    "artist_ids": [
        "b99517b8-307c-487d-b0b9-058216f3451b"
    ],
    "album": "Beg, Scream & Shout! The Big Ol' Box of '60s Soul",
    "release_id": "15f16c5b-2c84-4b01-af15-0500dfe011e3",
    "release_group_id": "479f572c-b1bf-3ecf-a6d6-27d2f45cd5cb",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Floridia cousins James & Bobby Purify were a soulful vocal duo who scored a major chart hit in 1966 with \"I'm Your Puppet,\" which rose to the Top Ten on both the pop and R&B charts. Read more about them here: https://tinyurl.com/2taprwx7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}