Information about plays

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

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

{
    "id": 3561550,
    "uri": "https://api.kexp.org/v2/plays/3561550/?format=api",
    "airdate": "2025-10-05T06:57:37-07:00",
    "show": 64752,
    "show_uri": "https://api.kexp.org/v2/shows/64752/?format=api",
    "image_uri": "https://coverartarchive.org/release/feaf2279-3deb-4312-bc62-66a9dfd2d6d6/33660690097-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/feaf2279-3deb-4312-bc62-66a9dfd2d6d6/33660690097-250.jpg",
    "song": "Window",
    "track_id": null,
    "recording_id": "b2d489fa-d57d-4d29-9a7a-120b7febd703",
    "artist": "The Album Leaf",
    "artist_ids": [
        "ffb18e19-64a4-4a65-b4ce-979e00c3c69d"
    ],
    "album": "In a Safe Place",
    "release_id": null,
    "release_group_id": "dd09746c-2fd0-37ce-8ac8-d2ea1187c4ce",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2004-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the L.A. artist's new music here, too! - https://thealbumleaf.bandcamp.com/album/in-a-safe-place",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}