Information about plays

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

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

{
    "id": 342644,
    "uri": "https://api.kexp.org/v2/plays/342644/?format=api",
    "airdate": "2019-06-17T17:35:45-07:00",
    "show": 5714,
    "show_uri": "https://api.kexp.org/v2/shows/5714/?format=api",
    "image_uri": "http://coverartarchive.org/release/f33899d7-3e87-4234-8b3b-1eebbadf21fd/21355534998-250.jpg",
    "thumbnail_uri": "",
    "song": "Evolution",
    "track_id": "a305160d-eedb-4600-9b80-06302c17f775",
    "recording_id": null,
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Kelly Lee Owens",
    "release_id": "f33899d7-3e87-4234-8b3b-1eebbadf21fd",
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2017-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to Kelly Lee Owens' guest DJ set for KEXP's Midnight In A Perfect World here: https://www.kexp.org/read/2017/08/18/midnight-in-a-perfect-world-kelly-lee-owens/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}