Information about plays

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

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

{
    "id": 3636209,
    "uri": "https://api.kexp.org/v2/plays/3636209/?format=api",
    "airdate": "2026-04-01T00:02:59-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://dn711200.ca.archive.org/0/items/mbid-aba126cd-b0e1-4593-bddd-dc5065009f10/mbid-aba126cd-b0e1-4593-bddd-dc5065009f10-19521881256_thumb500.jpg",
    "thumbnail_uri": "https://dn711200.ca.archive.org/0/items/mbid-aba126cd-b0e1-4593-bddd-dc5065009f10/mbid-aba126cd-b0e1-4593-bddd-dc5065009f10-19521881256_thumb250.jpg",
    "song": "6 Underground",
    "track_id": "16af493b-b757-31e7-957a-04c7b35e3753",
    "recording_id": "870fd0ab-b99d-486c-8139-7b7b2afe8040",
    "artist": "Sneaker Pimps",
    "artist_ids": [
        "696d8523-39a0-44e2-9add-afaa183a2f46"
    ],
    "album": "Becoming X",
    "release_id": "aba126cd-b0e1-4593-bddd-dc5065009f10",
    "release_group_id": "62c14bd1-2a53-3a69-9b68-c3df4bc61032",
    "labels": [
        "Clean Up Records"
    ],
    "label_ids": [
        "cd7bc570-0306-448b-9d54-62382dea1169"
    ],
    "release_date": "1997-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official video for the 1996 tune here: https://www.youtube.com/watch?v=2eBZqmL8ehg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}