Information about plays

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

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

{
    "id": 3608353,
    "uri": "https://api.kexp.org/v2/plays/3608353/?format=api",
    "airdate": "2026-01-24T05:39:49-08:00",
    "show": 65739,
    "show_uri": "https://api.kexp.org/v2/shows/65739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "12 Blown Tires",
    "track_id": "30f0e187-46e0-42c7-8ced-89434fbd4810",
    "recording_id": "221151eb-2223-41a2-bbc7-7dd024c46ec8",
    "artist": "Tennis",
    "artist_ids": [
        "a8982cb0-7886-4e60-9f6a-3b71baa370e6"
    ],
    "album": "Face Down In The Garden",
    "release_id": "747ba149-98c3-439d-a44c-2015fc0a680b",
    "release_group_id": "d1496a49-22c9-4e6a-94fb-2bf8a4afcdcc",
    "labels": [
        "mutually detrimental"
    ],
    "label_ids": [
        "7be4652b-8333-4ff6-b67c-c9d2d505cdef"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}