Information about plays

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

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

{
    "id": 3542077,
    "uri": "https://api.kexp.org/v2/plays/3542077/?format=api",
    "airdate": "2025-08-19T13:22:16-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://ia601401.us.archive.org/8/items/mbid-476a95bd-04bd-4ee0-a17c-232e9583efd5/mbid-476a95bd-04bd-4ee0-a17c-232e9583efd5-16840158211_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/8/items/mbid-476a95bd-04bd-4ee0-a17c-232e9583efd5/mbid-476a95bd-04bd-4ee0-a17c-232e9583efd5-16840158211_thumb250.jpg",
    "song": "Take 'Em Up",
    "track_id": "004e823e-a86d-4b78-8ed8-eb92cb17ac5a",
    "recording_id": "11ee3cdc-1c8d-489a-8621-95d17c0a58fb",
    "artist": "Shit Robot",
    "artist_ids": [
        "c3754232-e672-4055-afec-2f3f9633f864"
    ],
    "album": "From the Cradle to the Rave",
    "release_id": "476a95bd-04bd-4ee0-a17c-232e9583efd5",
    "release_group_id": "fc21dae4-203e-44bb-bf10-e030708a905d",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2010-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "featuring Nancy Whang from LCD Soundsystem on vocals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}