Information about plays

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

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

{
    "id": 3565761,
    "uri": "https://api.kexp.org/v2/plays/3565761/?format=api",
    "airdate": "2025-10-16T06:57:06-07:00",
    "show": 64847,
    "show_uri": "https://api.kexp.org/v2/shows/64847/?format=api",
    "image_uri": "https://ia804505.us.archive.org/19/items/mbid-2f1b11bf-5dfe-450e-9db9-6b7804dc90eb/mbid-2f1b11bf-5dfe-450e-9db9-6b7804dc90eb-8040240591_thumb500.jpg",
    "thumbnail_uri": "https://ia904505.us.archive.org/19/items/mbid-2f1b11bf-5dfe-450e-9db9-6b7804dc90eb/mbid-2f1b11bf-5dfe-450e-9db9-6b7804dc90eb-8040240591_thumb250.jpg",
    "song": "Know Your Onion!",
    "track_id": "4a61b283-bbb1-319e-91bf-b9f5601d580d",
    "recording_id": "8cfad2d3-ee75-4be1-b8f0-889b13c2310c",
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Oh, Inverted World",
    "release_id": "2f1b11bf-5dfe-450e-9db9-6b7804dc90eb",
    "release_group_id": "970604f0-59e8-36d0-922f-0b7459192c9b",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2001-06-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go back, back, back to 2012 to watch James Mercer of The Shins performing live in the KEXP studio: https://www.youtube.com/watch?v=F_cUhTMP3wI\n--\nDon't miss the video for \"Know Your Onion!\": https://www.youtube.com/watch?v=U4Y5Ma8DrUI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}