Information about plays

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

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

{
    "id": 371963,
    "uri": "https://api.kexp.org/v2/plays/371963/?format=api",
    "airdate": "2019-08-25T00:50:00-07:00",
    "show": 6196,
    "show_uri": "https://api.kexp.org/v2/shows/6196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stardrowned",
    "track_id": "2828c275-a2e3-3717-86c4-f5c558973f6c",
    "recording_id": null,
    "artist": "At the Gates",
    "artist_ids": [
        "35f92c4a-69d0-4ed1-ab9e-05259db89d14"
    ],
    "album": "With Fear I Kiss the Burning Darkness",
    "release_id": "a64f5e4e-0273-356b-bf93-8058b238258a",
    "release_group_id": null,
    "labels": [
        "Peaceville"
    ],
    "label_ids": [],
    "release_date": "2001-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At the Gates will be playing Showbox Sodo on Thursday, September 26th with Amon Amarth and Arch Enemy; https://www.facebook.com/AtTheGatesOfficial/app/123966167614127/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}