Information about plays

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

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

{
    "id": 3595217,
    "uri": "https://api.kexp.org/v2/plays/3595217/?format=api",
    "airdate": "2025-12-24T05:27:38-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Winter",
    "track_id": "40bab1fa-4789-4f77-897b-c06dbf6527bf",
    "recording_id": "cf773d1e-75e6-4f28-a5d5-e42243ccd1d0",
    "artist": "Fastbacks",
    "artist_ids": [
        "3fe64039-d8e0-4ac2-838f-9a3bf97c4931"
    ],
    "album": "... and His Orchestra",
    "release_id": "a2d02efe-3a8c-46c1-8540-137db2ca0b78",
    "release_group_id": "ae99359b-ef51-312c-9530-0c5914b8404b",
    "labels": [
        "Popllama"
    ],
    "label_ids": [
        "3686548c-cd7d-4867-8687-5aef8ffe739b"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off of their very first record in 1987, The Fastbacks came out the gate speeding with this delightful punk track about being all cold and stuff! https://www.youtube.com/watch?v=XD3TV0RZ1d4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}