Information about plays

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

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

{
    "id": 3572938,
    "uri": "https://api.kexp.org/v2/plays/3572938/?format=api",
    "airdate": "2025-11-02T03:59:12-08:00",
    "show": 65001,
    "show_uri": "https://api.kexp.org/v2/shows/65001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rhododendron",
    "track_id": "716a210e-4fec-4d62-9481-bdec339a23fe",
    "recording_id": "ec47007c-c720-417b-aa30-2670ad03124b",
    "artist": "Hurray for the Riff Raff",
    "artist_ids": [
        "b053efc9-e8ea-474a-981f-a3c6fffcc694"
    ],
    "album": "Life on Earth",
    "release_id": "d15b027d-753d-4e39-8db5-fe0b4251c8a8",
    "release_group_id": "3d9a5964-9285-4ceb-9e61-0a7d6ed7b453",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2022-02-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}