Information about plays

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

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

{
    "id": 369833,
    "uri": "https://api.kexp.org/v2/plays/369833/?format=api",
    "airdate": "2019-08-20T10:24:32-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snakeskin",
    "track_id": "6a669dff-c8fb-4ee5-b53a-d10b4b124de2",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Fading Frontier",
    "release_id": "076d9b9e-fa73-4a55-bcac-cd463396dcec",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2015-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Bradford Cox as a \"glam-rock Hamlet\" in the video for \"Snakeskin\":  https://www.stereogum.com/1824332/deerhunter-snakeskin/mp3s/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}