Information about plays

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

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

{
    "id": 3416944,
    "uri": "https://api.kexp.org/v2/plays/3416944/?format=api",
    "airdate": "2024-10-25T02:23:53-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Willow’s Song",
    "track_id": null,
    "recording_id": "0a9770bf-d6b0-4816-bdf0-f577a02f3291",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Sides",
    "release_id": null,
    "release_group_id": "a0dcee2e-7c93-3b57-9d9e-22b406ebef19",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2000-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Willow's Song from The Wicker Man (1973)!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}