Information about plays

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

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

{
    "id": 3568112,
    "uri": "https://api.kexp.org/v2/plays/3568112/?format=api",
    "airdate": "2025-10-21T16:31:38-07:00",
    "show": 64897,
    "show_uri": "https://api.kexp.org/v2/shows/64897/?format=api",
    "image_uri": "https://ia902901.us.archive.org/22/items/mbid-0cf3c222-26be-32a4-9e09-f889476ae69d/mbid-0cf3c222-26be-32a4-9e09-f889476ae69d-8766639343_thumb500.jpg",
    "thumbnail_uri": "https://ia902901.us.archive.org/22/items/mbid-0cf3c222-26be-32a4-9e09-f889476ae69d/mbid-0cf3c222-26be-32a4-9e09-f889476ae69d-8766639343_thumb250.jpg",
    "song": "Rockers to Swallow",
    "track_id": "f5c69e13-4904-31ec-a6dd-13d95065410d",
    "recording_id": "908e9e4c-b972-4875-8e63-ca87093f3943",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Is Is",
    "release_id": "0cf3c222-26be-32a4-9e09-f889476ae69d",
    "release_group_id": "3baa3e40-3de3-3c85-a026-2df6bcdd0723",
    "labels": [
        "Dress Up"
    ],
    "label_ids": [
        "0e7b87ce-4f28-41ee-8390-fbc1bfa41507"
    ],
    "release_date": "2007-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is featured in 'Tell Me What Rockers to Swallow,' a music DVD released by the Yeah Yeah Yeahs on October 25, 2004, featuring the band's live performance at The Filmore in San Francisco in 2004.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}