Information about plays

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

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

{
    "id": 378364,
    "uri": "https://api.kexp.org/v2/plays/378364/?format=api",
    "airdate": "2019-09-08T13:15:14-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "http://coverartarchive.org/release/1d38f5c7-a7ef-4e4f-9644-78eb723fea14/23613093628-250.jpg",
    "thumbnail_uri": "",
    "song": "Loves Missing",
    "track_id": "df7bb9db-4018-4f18-8c11-e372a285aec8",
    "recording_id": null,
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Free",
    "release_id": "1d38f5c7-a7ef-4e4f-9644-78eb723fea14",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album dropped on Friday. Backed by Queens of the Stone Age! http://iggypop.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}