Information about plays

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

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

{
    "id": 3438148,
    "uri": "https://api.kexp.org/v2/plays/3438148/?format=api",
    "airdate": "2024-12-14T21:11:41-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whippets In The Walk In",
    "track_id": null,
    "recording_id": null,
    "artist": "Dish Pit",
    "artist_ids": [],
    "album": "Whippets In The Walk In",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2024-08-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band; Sopping wet industry trash and thrash!\n\nhttps://dishpit666.bandcamp.com/album/whippets-in-the-walk-in",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}