Information about plays

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

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

{
    "id": 371073,
    "uri": "https://api.kexp.org/v2/plays/371073/?format=api",
    "airdate": "2019-08-22T23:35:06-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something To Do",
    "track_id": "66cc00a1-6324-4768-840a-56f57a634037",
    "recording_id": null,
    "artist": "Vivian Girls",
    "artist_ids": [
        "d0676301-7ffc-4ff6-8b38-f8aeb8553115"
    ],
    "album": "Memory",
    "release_id": "e47e00c0-b0e9-4dcd-bf6f-90c4fad2013a",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn’s Vivian Girls are back with their first new album in eight years,  they’ve shared its second single “Something To Do.” It follows their lead single “Sick,” and their new album Memory is out on Sept. 20 via Polyvinyl.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}