Information about plays

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

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

{
    "id": 3633616,
    "uri": "https://api.kexp.org/v2/plays/3633616/?format=api",
    "airdate": "2026-03-25T20:23:08-07:00",
    "show": 66279,
    "show_uri": "https://api.kexp.org/v2/shows/66279/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7992984-7a5c-4143-8fe9-e1b97edbec6d/18053205643-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7992984-7a5c-4143-8fe9-e1b97edbec6d/18053205643-250.jpg",
    "song": "My Kingdom",
    "track_id": null,
    "recording_id": null,
    "artist": "The Future Sound of London",
    "artist_ids": [
        "a1d77dd4-8728-4a47-bdfa-9663d791139c"
    ],
    "album": "Dead Cities",
    "release_id": null,
    "release_group_id": "4184c659-8cba-3890-90a2-248d1709b265",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1996-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - FSOL sample \"Rachel's Song\" on \"My Kingdom\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}