Information about plays

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

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

{
    "id": 3641170,
    "uri": "https://api.kexp.org/v2/plays/3641170/?format=api",
    "airdate": "2026-04-12T11:42:47-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca5f5b90-38a1-40e4-863f-b6e315fa6679/38522075418-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca5f5b90-38a1-40e4-863f-b6e315fa6679/38522075418-250.jpg",
    "song": "Mutiny",
    "track_id": null,
    "recording_id": "cd3c7ff9-4e76-4d7e-840d-72ac9aeab301",
    "artist": "Scott Ballew",
    "artist_ids": [
        "3525044a-3c67-481b-9a20-862a43d1af77"
    ],
    "album": "Rio Bravo",
    "release_id": null,
    "release_group_id": "82fc1ca0-2009-45cf-8769-2a10245ef582",
    "labels": [
        "La Honda Records"
    ],
    "label_ids": [
        "d3e57c29-e8f1-4063-a2e6-ba7962560238"
    ],
    "release_date": "2024-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Austin, TX musician asked Michael Nau to produce his third record. Check out the mini-doc he made about his life https://youtu.be/pEkWxtLjD-4?si=YW9GhMHsuOs9o6ZB",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}