Information about plays

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

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

{
    "id": 370019,
    "uri": "https://api.kexp.org/v2/plays/370019/?format=api",
    "airdate": "2019-08-20T17:41:13-07:00",
    "show": 6167,
    "show_uri": "https://api.kexp.org/v2/shows/6167/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atrocity Exhibition",
    "track_id": "97bb4c3f-b438-398d-bff1-6bcca1423ab9",
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Closer",
    "release_id": "abffd875-47bc-3fb0-a32a-6047a9cba865",
    "release_group_id": null,
    "labels": [
        "London Records 90"
    ],
    "label_ids": [
        "2cd8a4b0-f36a-4761-8637-893024985e2f"
    ],
    "release_date": "2007-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song title was inspired by the 1970 J. G. Ballard collection of \"condensed novels\" of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}