Information about plays

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

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

{
    "id": 3553429,
    "uri": "https://api.kexp.org/v2/plays/3553429/?format=api",
    "airdate": "2025-09-15T16:38:37-07:00",
    "show": 64572,
    "show_uri": "https://api.kexp.org/v2/shows/64572/?format=api",
    "image_uri": "https://coverartarchive.org/release/a061f522-ca89-42cb-bff1-f9642aba30d6/20518084302-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a061f522-ca89-42cb-bff1-f9642aba30d6/20518084302-250.jpg",
    "song": "Vato Perron",
    "track_id": null,
    "recording_id": "35ce1c56-0a9a-45a2-a022-11f4869ad588",
    "artist": "Piñata Protest",
    "artist_ids": [
        "1b501189-d56f-46b6-bf6d-1daca034314d"
    ],
    "album": "El Valiente",
    "release_id": null,
    "release_group_id": "d2d0c464-f207-4398-9a0c-4e53ec9397e0",
    "labels": [
        "Saustex Media"
    ],
    "label_ids": [
        "bc8ba6fc-a4c2-4fb0-90e0-f207ee8d8810"
    ],
    "release_date": "2013-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "S/o Greg in Lake Forest Park for the request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}