Information about plays

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

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

{
    "id": 3413599,
    "uri": "https://api.kexp.org/v2/plays/3413599/?format=api",
    "airdate": "2024-10-16T21:09:34-07:00",
    "show": 61594,
    "show_uri": "https://api.kexp.org/v2/shows/61594/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gaia",
    "track_id": "cf504910-6394-48c4-ba39-ea842db679dc",
    "recording_id": "dc404cd4-355a-45f2-9ea6-fedc2a2509eb",
    "artist": "King Gizzard & the Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Omnium Gatherum",
    "release_id": "90de8283-f155-45e7-928b-b1dd22d35a84",
    "release_group_id": "13c20751-6910-4233-8e81-a4b772b517c0",
    "labels": [
        "KGLW"
    ],
    "label_ids": [
        "4b3b4fbf-67fa-4693-be97-dc0e4d6385f5"
    ],
    "release_date": "2022-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}