Information about plays

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

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

{
    "id": 3429291,
    "uri": "https://api.kexp.org/v2/plays/3429291/?format=api",
    "airdate": "2024-11-24T00:22:26-08:00",
    "show": 61931,
    "show_uri": "https://api.kexp.org/v2/shows/61931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forged Steel",
    "track_id": null,
    "recording_id": null,
    "artist": "Vicious Blade",
    "artist_ids": [
        "ec77c63b-bc82-4ad5-9ae9-9efb26a8f2bc"
    ],
    "album": "Relentless Force",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Redefining Darkness Records"
    ],
    "label_ids": [
        "cee8acff-3efa-42b6-a9ad-880bb652b157"
    ],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut full length from this band out of Pittsburgh, PA featuring members of Castrator and Tartarus.\n\nVicious Blade will be performing at NWTF in Seattle next year, May 8-10th at Neumos/Barboza.\n\nhttps://northwestterrorfest.com/\n\nhttps://viciousblade.bandcamp.com/album/relentless-force",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}