Information about plays

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

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

{
    "id": 3563087,
    "uri": "https://api.kexp.org/v2/plays/3563087/?format=api",
    "airdate": "2025-10-09T15:52:51-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://ia601206.us.archive.org/32/items/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f-3323637378_thumb500.jpg",
    "thumbnail_uri": "https://ia601206.us.archive.org/32/items/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f-3323637378_thumb250.jpg",
    "song": "Waiting Room",
    "track_id": "b208ccad-91c7-4adb-9559-8ae9cf9c3ab8",
    "recording_id": "830579c6-f62d-4b78-95a6-5290600045d9",
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "13 Songs",
    "release_id": "3f4c1aa5-a685-4aa6-aed7-6a5a28695b32",
    "release_group_id": "e65e574d-6129-3798-84d9-5952876ad210",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#156 on the KEXP countdown...\n--\nThat wonderful bass line is from Joe Lally. -- See a bass teacher react to hearing \"Waiting Room\" for the first time: https://www.youtube.com/watch?v=j-NHXyekSiw\n--\nYou know you love this song, but here are \"30 Fugazi songs you have to pretend to like more than \"Waiting Room'\": https://thehardtimes.net/music/30-fugazi-songs-you-have-to-pretend-to-like-more-than-waiting-room/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}