Information about plays

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

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

{
    "id": 3420709,
    "uri": "https://api.kexp.org/v2/plays/3420709/?format=api",
    "airdate": "2024-11-03T01:32:25-07:00",
    "show": 61749,
    "show_uri": "https://api.kexp.org/v2/shows/61749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Protanthrofuge",
    "track_id": null,
    "recording_id": null,
    "artist": "Mitochondrion",
    "artist_ids": [
        "2cd63fa0-2298-43d6-a4f9-a52b4acfd520"
    ],
    "album": "Vitriseptome",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new third full length from this Vancouver, B.C. based band featuring members of Egregore and Reversed.\n\nA mitochondrion is an organelle that generates most of the cell's supply of adenosine triphosphate (ATP), used as a source of chemical energy.\n\nhttps://mitochondrion.bandcamp.com/\nhttps://www.facebook.com/mitochondrion137",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}