Information about plays

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

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

{
    "id": 3545495,
    "uri": "https://api.kexp.org/v2/plays/3545495/?format=api",
    "airdate": "2025-08-27T13:10:12-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia800205.us.archive.org/21/items/mbid-f7bbd58b-5c8b-4ee7-a092-e5d54292541e/mbid-f7bbd58b-5c8b-4ee7-a092-e5d54292541e-33488672341_thumb500.jpg",
    "thumbnail_uri": "https://ia600205.us.archive.org/21/items/mbid-f7bbd58b-5c8b-4ee7-a092-e5d54292541e/mbid-f7bbd58b-5c8b-4ee7-a092-e5d54292541e-33488672341_thumb250.jpg",
    "song": "Monument",
    "track_id": "5a8e68b0-8fe0-4e7e-99f2-50ac5ccea704",
    "recording_id": "0bf8fe0e-40c8-4cc5-805e-59e16d57c6c5",
    "artist": "Röyksopp & Robyn",
    "artist_ids": [
        "1c70a3fc-fa3c-4be1-8b55-c3192db8a884",
        "5a8e07d5-d932-4484-a7f7-e700793a9c94"
    ],
    "album": "Do It Again",
    "release_id": "f7bbd58b-5c8b-4ee7-a092-e5d54292541e",
    "release_group_id": "9fab46e7-85bc-4229-975c-452c9057e54e",
    "labels": [
        "Cherrytree Records"
    ],
    "label_ids": [
        "376d9b4d-8cdd-44be-bc0f-ed5dfd2d2340"
    ],
    "release_date": "2014-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scott in Rainier Beach:\nMay I request a song by Röyksopp?  ( I love Monument w/ Robyn but any Röyksopp song would be fine.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}