Information about plays

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

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

{
    "id": 3658881,
    "uri": "https://api.kexp.org/v2/plays/3658881/?format=api",
    "airdate": "2026-05-24T07:08:35-07:00",
    "show": 66801,
    "show_uri": "https://api.kexp.org/v2/shows/66801/?format=api",
    "image_uri": "https://coverartarchive.org/release/486c6ad3-cf73-48f3-ab90-fa010edcead4/44690794371-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/486c6ad3-cf73-48f3-ab90-fa010edcead4/44690794371-250.jpg",
    "song": "Sadness",
    "track_id": null,
    "recording_id": "891e890c-c372-43db-94b0-02455f01e68a",
    "artist": "Hammock",
    "artist_ids": [
        "5b9d784c-33eb-4a78-a976-c97b672370fa"
    ],
    "album": "The Second Coming Was a Moonrise",
    "release_id": null,
    "release_group_id": "11aca540-930f-4766-bc8c-c9269680a8ae",
    "labels": [
        "Hammock Music Label"
    ],
    "label_ids": [
        "267c4c6f-5785-418a-9793-2adfa218b8f9"
    ],
    "release_date": "2026-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the epic new album from veteran Nashville duo Hammock ~ https://hammock.bandcamp.com/album/the-second-coming-was-a-moonrise",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}