Information about plays

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

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

{
    "id": 2679372,
    "uri": "https://api.kexp.org/v2/plays/2679372/?format=api",
    "airdate": "2019-12-29T01:38:00-08:00",
    "show": 46246,
    "show_uri": "https://api.kexp.org/v2/shows/46246/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vanishing",
    "track_id": "de983eb3-5fe8-4cc2-8dcd-2330f83cd06d",
    "recording_id": null,
    "artist": "Krypts",
    "artist_ids": [
        "1bb3087a-0257-46f1-b693-ad99ffe495b2"
    ],
    "album": "Cadaver Circulation",
    "release_id": "4ebc12aa-7286-4841-9135-ba0f1c12bcf9",
    "release_group_id": null,
    "labels": [
        "Dark Descent"
    ],
    "label_ids": [],
    "release_date": "2019-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Krypts has joined the Helsinki Death Fest 2020 line up along with Gatecreeper, Necrot, and Exhumed; https://www.facebook.com/Kryptsdeath",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}