Information about plays

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

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

{
    "id": 3561406,
    "uri": "https://api.kexp.org/v2/plays/3561406/?format=api",
    "airdate": "2025-10-04T22:10:41-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hope Is a Dangerous Little Thing",
    "track_id": null,
    "recording_id": "c18e8e1f-2e8c-4202-a459-f04a9f2e1f9b",
    "artist": "The Menzingers",
    "artist_ids": [
        "3071d829-b9ca-4499-b4f5-74d6d8531aed"
    ],
    "album": "Some of It Was True",
    "release_id": null,
    "release_group_id": "59e33b89-0d67-49da-9cf8-a3e0caa44e1a",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2023-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Menzingers will be playing at the Sing Us Home Festival next year in Philadelphia, PA on May 1st-3rd along with The Mountain Goats and Augustines.\n\nhttps://themenzingers.com/pages/tour\nhttps://www.tixr.com/groups/singushomefest/events/sing-us-home-festival-2026-159027",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}