Information about plays

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

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

{
    "id": 3639250,
    "uri": "https://api.kexp.org/v2/plays/3639250/?format=api",
    "airdate": "2026-04-08T00:46:28-07:00",
    "show": 66395,
    "show_uri": "https://api.kexp.org/v2/shows/66395/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9bca19f-fa5f-46b9-8d77-09aa17e1db9b/44292383152-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9bca19f-fa5f-46b9-8d77-09aa17e1db9b/44292383152-250.jpg",
    "song": "54/40 or Fight",
    "track_id": null,
    "recording_id": "9cd0b393-a707-4f5b-af51-c18e64482906",
    "artist": "Dead Moon",
    "artist_ids": [
        "4866af3e-7586-403e-bea4-f27bcbcadbb6"
    ],
    "album": "Unknown Passage",
    "release_id": null,
    "release_group_id": "6d502dff-53ba-3b10-8877-54f14a14abef",
    "labels": [
        "Tombstone Records"
    ],
    "label_ids": [
        "b51b7415-6004-4465-8207-eff89d3a75e0"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}