Information about plays

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

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

{
    "id": 3604913,
    "uri": "https://api.kexp.org/v2/plays/3604913/?format=api",
    "airdate": "2026-01-16T02:36:51-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beat Beat Beat",
    "track_id": null,
    "recording_id": "4e65df33-f18c-4ccf-8b25-76923e4744e5",
    "artist": "Glue",
    "artist_ids": [
        "7c35ec53-2213-4841-846a-019fe553987e"
    ],
    "album": "Catch as Catch Can",
    "release_id": null,
    "release_group_id": "c4b48f55-e70b-3073-81b6-afe8f40acfbd",
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [
        "8319a9cf-0459-4676-893e-be41069bc581"
    ],
    "release_date": "2006-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Goin out to Tod in NH!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}