Information about plays

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

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

{
    "id": 3636252,
    "uri": "https://api.kexp.org/v2/plays/3636252/?format=api",
    "airdate": "2026-04-01T02:16:46-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coconut Shampoo",
    "track_id": "79375e76-270b-44c0-9e00-8e2bc7319374",
    "recording_id": "8ffd1d25-ec99-4ff6-8f95-a99fb60e5ff0",
    "artist": "Neverever",
    "artist_ids": [
        "796100d9-ad6f-4a7e-94a2-0d4fb8079deb"
    ],
    "album": "Angelic Swells",
    "release_id": "8fb47fec-e4a8-405a-ae39-4de4539f7f2f",
    "release_group_id": "6af2da4e-fd28-4406-8d0e-d93fa66f81d9",
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2010-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}