Information about plays

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

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

{
    "id": 3540240,
    "uri": "https://api.kexp.org/v2/plays/3540240/?format=api",
    "airdate": "2025-08-15T04:03:58-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://dn721508.ca.archive.org/0/items/mbid-04767aff-4a84-4bc8-8cd9-3afff4d78bb7/mbid-04767aff-4a84-4bc8-8cd9-3afff4d78bb7-41725390419_thumb500.jpg",
    "thumbnail_uri": "https://dn721508.ca.archive.org/0/items/mbid-04767aff-4a84-4bc8-8cd9-3afff4d78bb7/mbid-04767aff-4a84-4bc8-8cd9-3afff4d78bb7-41725390419_thumb250.jpg",
    "song": "Tell me I never knew that",
    "track_id": "64598478-565d-4280-b99b-a7782586aa3e",
    "recording_id": "62862ca7-9c00-42b7-a64b-38c3a08c3ff8",
    "artist": "caroline & Caroline Polachek",
    "artist_ids": [
        "d8f43dc5-4613-48ac-8c23-a62b82f8c67a",
        "d8cde8be-d918-4626-ab9b-4771255a63b2"
    ],
    "album": "caroline 2",
    "release_id": "04767aff-4a84-4bc8-8cd9-3afff4d78bb7",
    "release_group_id": "52089578-57af-48be-8ee8-594db56a91ed",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}