Information about plays

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

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

{
    "id": 379588,
    "uri": "https://api.kexp.org/v2/plays/379588/?format=api",
    "airdate": "2019-09-11T14:43:31-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "http://coverartarchive.org/release/df0f66d1-aad5-4fe1-b758-3fd5aa5908b7/3817529789-250.jpg",
    "thumbnail_uri": "",
    "song": "Back to the Middle",
    "track_id": "a9a4b82e-2e4e-3735-8454-fdd22617595a",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Monomania",
    "release_id": "df0f66d1-aad5-4fe1-b758-3fd5aa5908b7",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2013-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A deep dive Rolling Stone interview with Brandon Cox, lead singer of Deerhunter: https://bit.ly/2kIbLQ7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}