Information about plays

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

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

{
    "id": 3420713,
    "uri": "https://api.kexp.org/v2/plays/3420713/?format=api",
    "airdate": "2024-11-03T01:57:05-07:00",
    "show": 61749,
    "show_uri": "https://api.kexp.org/v2/shows/61749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Antü",
    "track_id": null,
    "recording_id": null,
    "artist": "Invunche",
    "artist_ids": [
        "d7281dbc-182c-45ff-93a9-7d83a7e84963"
    ],
    "album": "Atavismo",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nuclear War Now! Productions"
    ],
    "label_ids": [
        "981100aa-968e-42bb-bc00-1c2f3aea52c6"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ancestral Black Metal from solo artist, El Invunche originally from Chile but now based out of the Netherlands.\n\nhttps://invunche.bandcamp.com/album/atavismo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}