Information about plays

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

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

{
    "id": 377997,
    "uri": "https://api.kexp.org/v2/plays/377997/?format=api",
    "airdate": "2019-09-07T15:33:36-07:00",
    "show": 6290,
    "show_uri": "https://api.kexp.org/v2/shows/6290/?format=api",
    "image_uri": "http://coverartarchive.org/release/5a983b03-a4a1-4a90-8e07-55d4032511fc/21284926670-250.jpg",
    "thumbnail_uri": "",
    "song": "T.V. Eye",
    "track_id": "fd0d878c-5b88-32b2-91a2-0068a5afa8dc",
    "recording_id": null,
    "artist": "The Stooges",
    "artist_ids": [
        "794c6bf2-3241-416f-9b8f-24e2d84a1c4b"
    ],
    "album": "Fun House",
    "release_id": "5a983b03-a4a1-4a90-8e07-55d4032511fc",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2005-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iggy Pop released his 18th studio record last week called \"Free\" https://consequenceofsound.net/2019/09/album-review-iggy-pop-free/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}