Information about plays

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

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

{
    "id": 3417781,
    "uri": "https://api.kexp.org/v2/plays/3417781/?format=api",
    "airdate": "2024-10-27T02:51:36-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "https://coverartarchive.org/release/af3f73d4-4e2c-40c6-b241-2487a188fb72/36844410272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/af3f73d4-4e2c-40c6-b241-2487a188fb72/36844410272-250.jpg",
    "song": "March of the Insane",
    "track_id": null,
    "recording_id": "d4001ff2-adcf-4d95-8226-7dc6f0bf2e7f",
    "artist": "Dream Widow",
    "artist_ids": [
        "abe48328-8b0b-43bf-ada9-0603644b2142"
    ],
    "album": "Dream Widow",
    "release_id": null,
    "release_group_id": "10ed16af-58c6-45ff-bc74-aede06910230",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2022-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}