Information about plays

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

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

{
    "id": 3603852,
    "uri": "https://api.kexp.org/v2/plays/3603852/?format=api",
    "airdate": "2026-01-13T13:05:45-08:00",
    "show": 65641,
    "show_uri": "https://api.kexp.org/v2/shows/65641/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2 Go",
    "track_id": "2f87f817-25a5-4e75-b43d-d796d1feb26e",
    "recording_id": "38c35b21-7939-4251-80ab-682a22ad46f1",
    "artist": "Mel Blue",
    "artist_ids": [
        "c5c6188f-bf1f-4969-8110-e10400dbf040"
    ],
    "album": "nomorejacketsplease",
    "release_id": "df18d116-d619-409c-9893-4ae7b2371ba6",
    "release_group_id": "9662d207-edce-49e4-810d-558c98b3f0fb",
    "labels": [
        "Nettwerk Music Group"
    ],
    "label_ids": [
        "dfd38a65-6c5e-4b70-aa63-26e2b4b85cbd"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to more from Mel Blue's 'nomorejacketsplease' here, enjoy:\nhttps://melblue.bandcamp.com/album/nomorejacketsplease",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}