Information about plays

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

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

{
    "id": 380245,
    "uri": "https://api.kexp.org/v2/plays/380245/?format=api",
    "airdate": "2019-09-13T03:04:42-07:00",
    "show": 6328,
    "show_uri": "https://api.kexp.org/v2/shows/6328/?format=api",
    "image_uri": "http://coverartarchive.org/release/8eecd582-ed2a-3e39-9237-f64448a854d5/21267326316-250.jpg",
    "thumbnail_uri": "",
    "song": "The Stars of Track and Field",
    "track_id": "d30781fb-603b-3049-80c3-2944fe94fdb8",
    "recording_id": null,
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "If You’re Feeling Sinister",
    "release_id": "8eecd582-ed2a-3e39-9237-f64448a854d5",
    "release_group_id": null,
    "labels": [
        "The Enclave"
    ],
    "label_ids": [
        "cffac6a1-76af-46b8-8a73-824c47f18b61"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}