Information about plays

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

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

{
    "id": 3418778,
    "uri": "https://api.kexp.org/v2/plays/3418778/?format=api",
    "airdate": "2024-10-29T09:58:21-07:00",
    "show": 61706,
    "show_uri": "https://api.kexp.org/v2/shows/61706/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Season of the Witch",
    "track_id": null,
    "recording_id": "60a3ee3b-5095-419b-9b95-373a8f2189cf",
    "artist": "Joan Jett and the Blackhearts",
    "artist_ids": [
        "46e63d3b-d91b-4791-bb73-e9f638a45ea0"
    ],
    "album": "Season of the Witch",
    "release_id": null,
    "release_group_id": "466cf589-2136-406e-a55e-b4775fd85385",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2004-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Donovan's \"Season of the Witch\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}