Information about plays

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

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

{
    "id": 3570423,
    "uri": "https://api.kexp.org/v2/plays/3570423/?format=api",
    "airdate": "2025-10-27T00:16:37-07:00",
    "show": 64944,
    "show_uri": "https://api.kexp.org/v2/shows/64944/?format=api",
    "image_uri": "https://coverartarchive.org/release/57028857-c038-469d-9476-5dee0cd5be6d/21747900779-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57028857-c038-469d-9476-5dee0cd5be6d/21747900779-250.jpg",
    "song": "Return of the Freezing Winds",
    "track_id": null,
    "recording_id": "36ee4ad5-ac2c-42e5-93b5-ae104e4583a2",
    "artist": "Carpathian Forest",
    "artist_ids": [
        "69fa5c49-12ec-4c86-a238-4e07cc6d1a7d"
    ],
    "album": "Strange Old Brew",
    "release_id": null,
    "release_group_id": "91828e68-4be2-3998-8ea7-9f31d1701459",
    "labels": [
        "Peaceville"
    ],
    "label_ids": [
        "8d4c9b9a-05cb-4eec-a354-62638559b717"
    ],
    "release_date": "2000-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}