Information about plays

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

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

{
    "id": 3569927,
    "uri": "https://api.kexp.org/v2/plays/3569927/?format=api",
    "airdate": "2025-10-25T20:16:47-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Love Will Not Let You Down",
    "track_id": "68a96e85-0fef-38cb-b39c-fedd81e0aec5",
    "recording_id": "3a9bb094-c5f4-470c-bc07-f8b3994c76c3",
    "artist": "Eux Autres",
    "artist_ids": [
        "f1509a8d-1a65-46e5-a9c3-c0d12253ce50"
    ],
    "album": "Broken Bow",
    "release_id": "0c096408-0d18-4eb0-a609-cd245d0d12c1",
    "release_group_id": "a23ad19f-1a82-4dff-a799-e879821a32db",
    "labels": [
        "Bons Mots Records"
    ],
    "label_ids": [
        "b53285b4-b466-4c61-b711-a9475f3ca4ad"
    ],
    "release_date": "2010-11-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland's Eux Autres covering Bruce Springsteen's \"My Love Will Not Let You Down\"!\n\nhttps://www.youtube.com/watch?v=xYNNDcB2Eto",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}