Information about plays

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

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

{
    "id": 3630921,
    "uri": "https://api.kexp.org/v2/plays/3630921/?format=api",
    "airdate": "2026-03-19T05:46:48-07:00",
    "show": 66220,
    "show_uri": "https://api.kexp.org/v2/shows/66220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It All Comes Right",
    "track_id": "0220c57a-1fdb-4e88-b00b-c06be46a27ac",
    "recording_id": "695d9029-f1fd-4d7e-833f-17dea87411d2",
    "artist": "Drew Grow and the Pastors' Wives",
    "artist_ids": [
        "6c1b07f0-a0b5-4193-a863-18485da07e35"
    ],
    "album": "Drew Grow & the Pastors Wives",
    "release_id": "0522b0de-a606-4dfc-8d05-7c9fe5b7f9b6",
    "release_group_id": "f16d5b9b-60e3-428c-92c7-b18bf7240ec2",
    "labels": [
        "Amigo/Amiga"
    ],
    "label_ids": [
        "4ef95981-4ced-4ec1-9e0a-8e6a58db557a"
    ],
    "release_date": "2011-08-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Portland, Oregon! Fronted by Drew Grow and backed by Kris Doty and Jeremiah Hayden. \n\nhttps://drewgrowandthepastorswives.bandcamp.com/track/it-all-comes-right",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}