Information about plays

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

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

{
    "id": 348026,
    "uri": "https://api.kexp.org/v2/plays/348026/?format=api",
    "airdate": "2019-06-30T00:26:00-07:00",
    "show": 5799,
    "show_uri": "https://api.kexp.org/v2/shows/5799/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Burning Lotus",
    "track_id": "390bc90e-d55e-4079-a120-5fa2e4fa64a1",
    "recording_id": null,
    "artist": "Doomstress",
    "artist_ids": [
        "9977dac9-dba9-4e80-85f2-60a9acf238e6"
    ],
    "album": "Sleep Among the Dead",
    "release_id": "5a484a98-da81-490e-8521-4e1fc86aa8f1",
    "release_group_id": null,
    "labels": [
        "Ripple Music"
    ],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Houston, TX; members of Project Armageddon and Well of Souls. https://doomstress.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}