Information about plays

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

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

{
    "id": 3560264,
    "uri": "https://api.kexp.org/v2/plays/3560264/?format=api",
    "airdate": "2025-10-02T00:31:35-07:00",
    "show": 64721,
    "show_uri": "https://api.kexp.org/v2/shows/64721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jörmugandr",
    "track_id": null,
    "recording_id": null,
    "artist": "Goat",
    "artist_ids": [
        "6738d800-5160-4959-b78a-ae12c5dba3d0"
    ],
    "album": "The Human Language 'Goat' Tape",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rocket Recordings"
    ],
    "label_ids": [
        "d681d3ce-6af2-4661-8b49-fc3d20f390a5"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://goat.bandcamp.com/album/the-human-language-goat-tape",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}