Information about plays

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

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

{
    "id": 374397,
    "uri": "https://api.kexp.org/v2/plays/374397/?format=api",
    "airdate": "2019-08-30T08:17:42-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Television, the Drug of the Nation (radio edit)",
    "track_id": "245f457b-053d-301c-9ed2-4620e92e228f",
    "recording_id": null,
    "artist": "The Disposable Heroes of Hiphoprisy",
    "artist_ids": [
        "0184c417-228d-4cd3-80ce-b44d5b9a3311"
    ],
    "album": "Television, the Drug of the Nation",
    "release_id": "580167cb-eb42-4734-be0f-705d218964fe",
    "release_group_id": null,
    "labels": [
        "4th & B’way"
    ],
    "label_ids": [
        "ff4cdd6e-e2e3-42e9-a733-c859ecf0331b"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a biography of this San Francisco duo: https://www.allmusic.com/artist/the-disposable-heroes-of-hiphoprisy-mn0000142704/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}