Information about plays

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

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

{
    "id": 378350,
    "uri": "https://api.kexp.org/v2/plays/378350/?format=api",
    "airdate": "2019-09-08T12:17:21-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "http://coverartarchive.org/release/251af16d-a8cc-47d0-8475-b11c6ae9cb48/23532907104-250.jpg",
    "thumbnail_uri": "",
    "song": "High Alice",
    "track_id": "df8b06f1-ac2f-48d1-b315-607121fa2a75",
    "recording_id": null,
    "artist": "Jenny Hval",
    "artist_ids": [
        "25dc9640-7ee2-47e0-8c00-fa8e0fc28086"
    ],
    "album": "The Practice of Love",
    "release_id": "251af16d-a8cc-47d0-8475-b11c6ae9cb48",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hval is Norwegian for whale. <i>The More You Know&trade;</i> http://jennyhval.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}