Information about plays

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

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

{
    "id": 3554361,
    "uri": "https://api.kexp.org/v2/plays/3554361/?format=api",
    "airdate": "2025-09-17T22:55:14-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "https://ia601404.us.archive.org/8/items/mbid-77b52563-57fa-4553-863b-390ed2b1a4b3/mbid-77b52563-57fa-4553-863b-390ed2b1a4b3-2980538867_thumb500.jpg",
    "thumbnail_uri": "https://ia801404.us.archive.org/8/items/mbid-77b52563-57fa-4553-863b-390ed2b1a4b3/mbid-77b52563-57fa-4553-863b-390ed2b1a4b3-2980538867_thumb250.jpg",
    "song": "Going to a Town",
    "track_id": "7b62c24e-e6c4-3264-9f8b-c5aafe82e25a",
    "recording_id": "ac57be37-f4f0-4e51-b8af-c2a6f116648f",
    "artist": "Rufus Wainwright",
    "artist_ids": [
        "78e46ae5-9bfd-433b-be3f-19e993d67ecc"
    ],
    "album": "Live at KEXP, Volume Four",
    "release_id": "77b52563-57fa-4553-863b-390ed2b1a4b3",
    "release_group_id": "a32e5bc9-0c81-374c-a95e-7174ae588a19",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}