Information about plays

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

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

{
    "id": 3543159,
    "uri": "https://api.kexp.org/v2/plays/3543159/?format=api",
    "airdate": "2025-08-22T04:17:21-07:00",
    "show": 64352,
    "show_uri": "https://api.kexp.org/v2/shows/64352/?format=api",
    "image_uri": "https://ia600806.us.archive.org/16/items/mbid-237cd1bf-0c4c-4f66-9a16-b7925b9bd5d9/mbid-237cd1bf-0c4c-4f66-9a16-b7925b9bd5d9-41245933399_thumb500.jpg",
    "thumbnail_uri": "https://ia600806.us.archive.org/16/items/mbid-237cd1bf-0c4c-4f66-9a16-b7925b9bd5d9/mbid-237cd1bf-0c4c-4f66-9a16-b7925b9bd5d9-41245933399_thumb250.jpg",
    "song": "Women Respond to Bass",
    "track_id": "42f454c4-ea3c-4b4d-9fe5-67b30e71f68b",
    "recording_id": "1089cefe-7fb4-45e9-ac1f-67c385afb010",
    "artist": "Sextile",
    "artist_ids": [
        "1789b5dc-e2ea-47aa-9ca0-48596dbb5091"
    ],
    "album": "yes, please.",
    "release_id": "237cd1bf-0c4c-4f66-9a16-b7925b9bd5d9",
    "release_group_id": "d95cb4e8-a24f-4870-b191-93cf0b53a160",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2025-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sept 11 - August Hall - San Francisco\nSept 13 - Wonder Ballroom - PDX\nSept 14 - The Crocodile - Seattle\n\nhttps://www.youtube.com/watch?v=ecxtCcrEeyo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}