Information about plays

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

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

{
    "id": 3640521,
    "uri": "https://api.kexp.org/v2/plays/3640521/?format=api",
    "airdate": "2026-04-11T01:25:33-07:00",
    "show": 66420,
    "show_uri": "https://api.kexp.org/v2/shows/66420/?format=api",
    "image_uri": "https://coverartarchive.org/release/17363fa6-86a0-49d5-a7c0-a90d39e3566f/43524389006-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17363fa6-86a0-49d5-a7c0-a90d39e3566f/43524389006-250.jpg",
    "song": "Liberty",
    "track_id": null,
    "recording_id": "84c2e9dc-a783-45bc-a821-7d53721b8624",
    "artist": "Kitchen and the Plastic Spoons",
    "artist_ids": [
        "8331af0d-7f5a-4b6f-9002-a059bdc28877"
    ],
    "album": "Killed by Deathrock, Volume 1",
    "release_id": null,
    "release_group_id": "b836497f-1de1-485d-92e9-8c5411db2d0b",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2014-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sacredbonesrecords.bandcamp.com/album/killed-by-deathrock-vol-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}