Information about plays

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

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

{
    "id": 3557800,
    "uri": "https://api.kexp.org/v2/plays/3557800/?format=api",
    "airdate": "2025-09-26T03:12:54-07:00",
    "show": 64662,
    "show_uri": "https://api.kexp.org/v2/shows/64662/?format=api",
    "image_uri": "https://ia600802.us.archive.org/28/items/mbid-63eb1ef5-f7d0-38e5-8baa-73c6bd0b0009/mbid-63eb1ef5-f7d0-38e5-8baa-73c6bd0b0009-10508267653_thumb500.jpg",
    "thumbnail_uri": "https://ia800802.us.archive.org/28/items/mbid-63eb1ef5-f7d0-38e5-8baa-73c6bd0b0009/mbid-63eb1ef5-f7d0-38e5-8baa-73c6bd0b0009-10508267653_thumb250.jpg",
    "song": "Why You'd Want to Live Here",
    "track_id": "54d84022-37d5-3c90-b19c-4d76ca24768f",
    "recording_id": "ddd66b5c-e1f6-4858-a0ad-3e955048748b",
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "The Photo Album",
    "release_id": "63eb1ef5-f7d0-38e5-8baa-73c6bd0b0009",
    "release_group_id": "ff5098ec-9410-3fbf-8191-2e74deda082e",
    "labels": [
        "Fierce Panda Records"
    ],
    "label_ids": [
        "ddc72240-faa5-4e81-a381-6cb4e3335d81"
    ],
    "release_date": "2002-02-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"You can't swim in a town this shallow\" ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}