Information about plays

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

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

{
    "id": 3604106,
    "uri": "https://api.kexp.org/v2/plays/3604106/?format=api",
    "airdate": "2026-01-14T03:09:14-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Camp Sunshine",
    "track_id": "80f2a840-2d3a-4e48-a4e1-b04c85a2f1fb",
    "recording_id": "38775393-3f5a-4793-8cc8-c13f33bb499d",
    "artist": "Bob Mould",
    "artist_ids": [
        "d7f5305a-15fc-4af4-a61b-f6f45510cc8f"
    ],
    "album": "Sunshine Rock",
    "release_id": "96271aee-ee30-4bf0-b1bf-ebf787809544",
    "release_group_id": "78e4bbe8-4674-4f1b-ba12-6509b68c9baa",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://bobmould.bandcamp.com/track/camp-sunshine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}