Information about plays

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

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

{
    "id": 3568304,
    "uri": "https://api.kexp.org/v2/plays/3568304/?format=api",
    "airdate": "2025-10-22T01:15:16-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Should Take the Bus",
    "track_id": "2c0e012f-457d-4989-8b77-e728e30a034c",
    "recording_id": "0ace7b13-c2a8-48ea-b3fb-eaf13e587f40",
    "artist": "Open Choir Fire",
    "artist_ids": [
        "6b5ae97e-f846-4752-bdda-4fbb7dbffb72"
    ],
    "album": "Dirt Bathed and Quilted",
    "release_id": "ba61390c-b579-483d-8f00-1e67eaed2f5c",
    "release_group_id": "0fb1e217-b412-46e3-977c-d13d2406b437",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2009-07-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}