Information about plays

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

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

{
    "id": 3429275,
    "uri": "https://api.kexp.org/v2/plays/3429275/?format=api",
    "airdate": "2024-11-23T23:26:35-08:00",
    "show": 61930,
    "show_uri": "https://api.kexp.org/v2/shows/61930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Surrender",
    "track_id": null,
    "recording_id": null,
    "artist": "Qlowski",
    "artist_ids": [
        "5a7bc328-9dde-4dc5-86fb-52c2d63a393f"
    ],
    "album": "The Wound",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Maple Death Records"
    ],
    "label_ids": [],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London,  concrete-punks Qlowski are back with ‘The Wound’ their second album on Maple Death & Feel It Records.\n\nhttps://qlowski.bandcamp.com/album/the-wound-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}