Information about plays

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

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

{
    "id": 3612624,
    "uri": "https://api.kexp.org/v2/plays/3612624/?format=api",
    "airdate": "2026-02-03T08:43:02-08:00",
    "show": 65829,
    "show_uri": "https://api.kexp.org/v2/shows/65829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Revolver",
    "track_id": "4a3fcd4a-f714-488d-a4da-4bfe40d83945",
    "recording_id": "c3a6da0d-af23-4e3c-8aba-a9cf2fe3b8da",
    "artist": "44go",
    "artist_ids": [
        "75240a31-1c3c-468c-8444-279ca3611919"
    ],
    "album": "Revolver",
    "release_id": "895eee70-c266-4af3-9746-b44f860ab425",
    "release_group_id": "2b140094-3d13-4702-a232-c48d631aa976",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-01-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Revolver is the third and newest single from Seattle 4-piece, 44go.\n\nhttps://44go.straw.page/\n\nhttps://44go.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}