Information about plays

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

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

{
    "id": 3417791,
    "uri": "https://api.kexp.org/v2/plays/3417791/?format=api",
    "airdate": "2024-10-27T03:29:07-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Plight of a Sorcerer",
    "track_id": null,
    "recording_id": null,
    "artist": "Grendel’s Sÿster",
    "artist_ids": [
        "5273f2d1-1551-45a9-ad10-542919692227"
    ],
    "album": "Katabasis into the Abaton",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Independent"
    ],
    "label_ids": [],
    "release_date": "2024-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "a grendel bit my sÿster once\n(the DJ who wrote this comment was sacked)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}