Information about plays

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

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

{
    "id": 3416746,
    "uri": "https://api.kexp.org/v2/plays/3416746/?format=api",
    "airdate": "2024-10-24T14:58:56-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sea of Tranquility",
    "track_id": null,
    "recording_id": "62d6639d-e4bc-4a74-83be-f8fe94169aee",
    "artist": "Kool & the Gang",
    "artist_ids": [
        "2469950a-f0ca-425a-bfbc-baf55ea3afde"
    ],
    "album": "Kool and the Gang",
    "release_id": null,
    "release_group_id": "0931b359-fc39-33b2-b52e-a9aaf103e33a",
    "labels": [
        "De‐Lite Records"
    ],
    "label_ids": [
        "bfc7a464-c27f-4abd-af5a-35f17f557168"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The trumpet on this instrumental is played by Robert \"Spike\" Mickens.\n--\nThis debut album was released in 1969.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}