Information about plays

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

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

{
    "id": 3438154,
    "uri": "https://api.kexp.org/v2/plays/3438154/?format=api",
    "airdate": "2024-12-14T21:25:59-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Depleted",
    "track_id": null,
    "recording_id": null,
    "artist": "Blonde Revolver",
    "artist_ids": [
        "e4134b5f-e232-4f28-aa64-d027c99cd5b9"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rack Off Records"
    ],
    "label_ids": [
        "79b175fa-0760-4e09-816b-106070e34179"
    ],
    "release_date": "2024-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Made up of members from Future Suck, Carpet Burn, Body Maintenance, Delivery, and Gutter Girls.\n\nhttps://blonderevolver.bandcamp.com/album/blonde-revolver-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}