Information about plays

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

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

{
    "id": 3618050,
    "uri": "https://api.kexp.org/v2/plays/3618050/?format=api",
    "airdate": "2026-02-15T22:32:52-08:00",
    "show": 65944,
    "show_uri": "https://api.kexp.org/v2/shows/65944/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All This Was Fire",
    "track_id": null,
    "recording_id": "5c2e870f-260d-4dfb-9181-d907eb2d5f2c",
    "artist": "Héctor Oaks",
    "artist_ids": [
        "f2acb2b0-413e-4a16-8afb-4fe74ae5604f"
    ],
    "album": "All This Was Fire",
    "release_id": null,
    "release_group_id": "ff8a1972-b7ce-4e58-8dc8-e08a96619e48",
    "labels": [
        "Oaks"
    ],
    "label_ids": [
        "aa54c234-4922-46d9-9df1-26119ec4d7a7"
    ],
    "release_date": "2018-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://hectoroaks.bandcamp.com/album/all-this-was-fire\n\nAustin Robertson in the mix! Woah!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}