Information about plays

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

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

{
    "id": 3633148,
    "uri": "https://api.kexp.org/v2/plays/3633148/?format=api",
    "airdate": "2026-03-24T14:35:52-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natural Mystic",
    "track_id": null,
    "recording_id": "18483bf2-6a57-4876-9842-31b7de8f6f48",
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "The King Tubby Tapes",
    "release_id": null,
    "release_group_id": "8755fa60-a4de-3c78-af08-7a2e63e1d499",
    "labels": [
        "Charm"
    ],
    "label_ids": [
        "262c2881-ae37-4e89-abb6-650ac04fbcd4"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A beautiful cover of Bob Marley's \"Natural Mystic.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}