Information about plays

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

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

{
    "id": 379720,
    "uri": "https://api.kexp.org/v2/plays/379720/?format=api",
    "airdate": "2019-09-11T22:37:46-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "http://coverartarchive.org/release/236670ba-57a9-3f4f-99b7-44020630137b/1017213462-250.jpg",
    "thumbnail_uri": "",
    "song": "Come On Let's Go",
    "track_id": "3ab2bf00-86d2-31a9-bbe0-f1ed10f32b44",
    "recording_id": null,
    "artist": "Broadcast",
    "artist_ids": [
        "aaae25bf-c794-45d7-bab7-cdc7c655bfa6"
    ],
    "album": "The Noise Made by People",
    "release_id": "236670ba-57a9-3f4f-99b7-44020630137b",
    "release_group_id": null,
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "2000-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}