Information about plays

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

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

{
    "id": 2679906,
    "uri": "https://api.kexp.org/v2/plays/2679906/?format=api",
    "airdate": "2019-12-30T09:36:09-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd05eb7b-9418-4bce-b3b8-02dcc1f7fef3/19525603374-250.jpg",
    "thumbnail_uri": "",
    "song": "Tenderness",
    "track_id": "d771e694-e3be-49ed-915c-c2ee31c31209",
    "recording_id": null,
    "artist": "Parquet Courts",
    "artist_ids": [
        "e01755e3-58ab-4a5b-a9e9-a0a3bd3dff4c"
    ],
    "album": "Wide Awake!",
    "release_id": "bd05eb7b-9418-4bce-b3b8-02dcc1f7fef3",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2018-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band explained the meaning behind all the tracks on this album. For \"Tenderness\", the band's A. Savage explain that \"The vocal performance is inspired by Divine. I love her music and the raspiness of her voice over a disco beat. It's super punk — Has a bit of an Andrea-True-Connection \"More, More, More\" feel to it, which is one of my favorite songs. I had the idea of a song that could some day be a classic karaoke song.\" They also say that they think the song is \"optimistic, which is important, because optimism is the beginning and the end of this record.\" https://parquetcourts.wordpress.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}