Information about plays

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

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

{
    "id": 345915,
    "uri": "https://api.kexp.org/v2/plays/345915/?format=api",
    "airdate": "2019-06-25T10:18:37-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/e3049d4c-f08c-4a74-996f-e9f10c4c5076/15340921581-250.jpg",
    "thumbnail_uri": "",
    "song": "Have a Heart",
    "track_id": "8c5132ea-2a57-4c77-85e7-580d68991dae",
    "recording_id": null,
    "artist": "Cymbals Eat Guitars",
    "artist_ids": [
        "3e0e78e8-cf0c-46e3-84fe-555a3e8ad4d4"
    ],
    "album": "Pretty Years",
    "release_id": "e3049d4c-f08c-4a74-996f-e9f10c4c5076",
    "release_group_id": null,
    "labels": [
        "Sinderlyn"
    ],
    "label_ids": [
        "228a2488-ccc4-4cc0-8a0b-54099594b9f0"
    ],
    "release_date": "2016-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl Waters was the host for a live in-studio performance by Cymbals Eat Guitars at KEXP in 2016:  https://www.youtube.com/watch?v=LK8HmWNmZDE&t=288s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}