Information about plays

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

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

{
    "id": 382850,
    "uri": "https://api.kexp.org/v2/plays/382850/?format=api",
    "airdate": "2019-09-19T06:51:14-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "http://coverartarchive.org/release/2442bfac-5547-4c5b-ba43-ddc72142d63f/9405480867-250.jpg",
    "thumbnail_uri": "",
    "song": "Mirror in the Bathroom",
    "track_id": "e9bda34d-e795-3ec2-8fe9-7ae0a8b5df0c",
    "recording_id": null,
    "artist": "The Beat",
    "artist_ids": [
        "9727e632-c228-47f8-a7ae-398df94f00c7"
    ],
    "album": "Beat This: The Best of the English Beat",
    "release_id": "2442bfac-5547-4c5b-ba43-ddc72142d63f",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer/guitarist Dave Wakeling to Songfacts about this track: \"I just started thinking about different situations where people would ostensibly look like they were doing something, but in fact they were checking their own reflection out. And you'd see it perhaps on Saturday afternoon with people window shopping, half the time they're actually just looking at their own reflection. Then this restaurant opened, and it was a big deal at the time because it had glass tables, and I was like, oh, you can watch yourself.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}