Information about plays

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

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

{
    "id": 3442118,
    "uri": "https://api.kexp.org/v2/plays/3442118/?format=api",
    "airdate": "2024-12-24T02:03:06-08:00",
    "show": 62193,
    "show_uri": "https://api.kexp.org/v2/shows/62193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deep Freeze",
    "track_id": null,
    "recording_id": null,
    "artist": "Chimpo",
    "artist_ids": [
        "f214658d-7d30-405d-b2ec-13ec8da26b85"
    ],
    "album": "Deep Freeze / Loose Leaf",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://boxnlock.bandcamp.com/album/chimpo-deep-freeze-loose-leaf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}