Information about plays

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

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

{
    "id": 377863,
    "uri": "https://api.kexp.org/v2/plays/377863/?format=api",
    "airdate": "2019-09-07T06:49:00-07:00",
    "show": 6285,
    "show_uri": "https://api.kexp.org/v2/shows/6285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "7",
    "track_id": "28611596-170c-4a15-8ee7-322c8f5a8864",
    "recording_id": null,
    "artist": "Arctic Monkeys",
    "artist_ids": [
        "ada7a83c-e3e1-40f1-93f9-3e73dbc9298a"
    ],
    "album": "When the Sun Goes Down",
    "release_id": "17a0602f-333f-4fed-98f1-43e4b5a70098",
    "release_group_id": null,
    "labels": [
        "Hostess Entertainment Unlimited."
    ],
    "label_ids": [
        "a714529c-86bf-4d89-9cf1-e50149fba8af"
    ],
    "release_date": "2006-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}