Information about plays

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

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

{
    "id": 373868,
    "uri": "https://api.kexp.org/v2/plays/373868/?format=api",
    "airdate": "2019-08-29T06:12:31-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/f7409815-43d0-3532-9211-2dda3c1e9c04/10163855270-250.jpg",
    "thumbnail_uri": "",
    "song": "All Day Long",
    "track_id": "6517c6b0-6e4b-3602-8486-f71ac7f7f9f6",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Brotherhood",
    "release_id": "f7409815-43d0-3532-9211-2dda3c1e9c04",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Michelle Repiso's \"Wake Up, See The Sun\" mix here on Mixtape Week - \"Pure joy was getting a mixed tape in the mail! I received a mixed tape every couple weeks from my boyfriend at the time (now husband). He attended VCU in Richmond, Virginia which was only 1.5 hours away from me but phone calls were expensive and considered long distance so sending each other mixed tapes and letters through the mail was how we communicated.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}