Information about plays

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

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

{
    "id": 3417792,
    "uri": "https://api.kexp.org/v2/plays/3417792/?format=api",
    "airdate": "2024-10-27T03:33:39-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b2d6999-ac5a-4445-87e3-47939f4b000a/24484070740-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b2d6999-ac5a-4445-87e3-47939f4b000a/24484070740-250.jpg",
    "song": "Rainbow Demon",
    "track_id": null,
    "recording_id": "e132dc58-3015-4f6b-ad61-b96037bf8078",
    "artist": "Uriah Heep",
    "artist_ids": [
        "f1548c5b-329e-4036-921c-02213a04b525"
    ],
    "album": "Demons and Wizards",
    "release_id": null,
    "release_group_id": "19f95cb8-6ffc-307f-a474-369103dd1b82",
    "labels": [
        "Bronze"
    ],
    "label_ids": [
        "5f5334fe-9873-4be3-9650-8b1888a7ae25"
    ],
    "release_date": "1972-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ur-in a heep of trouble, mister!\n...\nI should not be allowed to type things.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}