Information about plays

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

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

{
    "id": 378602,
    "uri": "https://api.kexp.org/v2/plays/378602/?format=api",
    "airdate": "2019-09-09T05:08:38-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "http://coverartarchive.org/release/b56191a4-a8ca-42d9-b722-0db6d5ab858b/23923954436-250.jpg",
    "thumbnail_uri": "",
    "song": "Peace Out",
    "track_id": "98882102-313a-4d19-9bf3-13066e976753",
    "recording_id": null,
    "artist": "Jay Som",
    "artist_ids": [
        "3b910f7b-018f-408f-950b-47e02d2ce305"
    ],
    "album": "Anak Ko",
    "release_id": "b56191a4-a8ca-42d9-b722-0db6d5ab858b",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jay Som will be live on KEXP Wednesday, sept 18th at 1pm. jay som is also featured on this weeks sound and vision podcast with Jeff tweedy of wilco and black belt eagle scout! Download kexp's behind the scenes podcast for free at kexp.org/listen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}