Information about plays

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

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

{
    "id": 3587088,
    "uri": "https://api.kexp.org/v2/plays/3587088/?format=api",
    "airdate": "2025-12-05T09:26:34-08:00",
    "show": 65293,
    "show_uri": "https://api.kexp.org/v2/shows/65293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Rolling People",
    "track_id": "de0228a8-e991-38b2-8f8c-ffded5569c56",
    "recording_id": "99fe82c3-fc13-4f5b-9099-c00ac2d1dd54",
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Urban Hymns",
    "release_id": "f1ddef9e-218f-4ce8-abdb-fc5450bd2a34",
    "release_group_id": "3dd0c8e4-af53-3605-9c20-f27c7635fb60",
    "labels": [
        "Virgin",
        "Hut Recordings"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1997-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Urban Hymns,\" The Verve's third studio album, has been our Album of the Week on The Morning Show. \n--\nRichard Ashcroft was inspired by a song called \"The Four Horsemen\" from Aphrodite's Child  (a project of Vangelis and Demis Roussos).: https://faroutmagazine.co.uk/psychedelic-masterpiece-inspired-the-verve/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}