Information about plays

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

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

{
    "id": 3607923,
    "uri": "https://api.kexp.org/v2/plays/3607923/?format=api",
    "airdate": "2026-01-23T05:04:19-08:00",
    "show": 65729,
    "show_uri": "https://api.kexp.org/v2/shows/65729/?format=api",
    "image_uri": "https://coverartarchive.org/release/a0fb7617-2fce-4be8-9e34-300cad263125/31004370037-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a0fb7617-2fce-4be8-9e34-300cad263125/31004370037-250.jpg",
    "song": "Hurricanes",
    "track_id": null,
    "recording_id": "7fa82153-3171-42d0-aca3-20260dd3a720",
    "artist": "Dido",
    "artist_ids": [
        "d1353a0c-26fb-4318-a116-defde9c7c9ad"
    ],
    "album": "Still on My Mind",
    "release_id": null,
    "release_group_id": "2ba7e274-5d03-49ba-b586-763d28acd08b",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "82ef9b02-7b42-49fe-a6bc-0d8ba816d72f"
    ],
    "release_date": "2019-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Hurricanes” is the opening track and lead single from Dido’s 2019 album Still on My Mind.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}