Information about plays

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

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

{
    "id": 2682836,
    "uri": "https://api.kexp.org/v2/plays/2682836/?format=api",
    "airdate": "2020-01-06T11:50:14-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc3276df-edcb-40df-9274-cb8e03b5d470/8825344638-250.jpg",
    "thumbnail_uri": "",
    "song": "Rainbow’s Run",
    "track_id": "2c7f63f5-f35d-4714-9961-14b7d8071327",
    "recording_id": null,
    "artist": "King Tuff",
    "artist_ids": [
        "4e442c83-b547-4d6e-9270-cdd35e3c3195"
    ],
    "album": "Black Moon Spell",
    "release_id": "cc3276df-edcb-40df-9274-cb8e03b5d470",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a way, Black Moon Spell is King Tuff mastermind Kyle Thomas' post-fame record. The tales are taller, the drugs are better, the women wilder, and there’s a conquering hero at the record's center to tell us all about it. Read more here: https://bit.ly/2N2u6Ce",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}