Information about plays

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

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

{
    "id": 348857,
    "uri": "https://api.kexp.org/v2/plays/348857/?format=api",
    "airdate": "2019-07-02T01:54:24-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "http://coverartarchive.org/release/6c392acd-a543-48ed-b50f-7af66e76974b/4512337685-250.jpg",
    "thumbnail_uri": "",
    "song": "The Raft",
    "track_id": "5bd3bb03-19f5-3652-8597-3d9adec8c62a",
    "recording_id": null,
    "artist": "Fat Freddy’s Drop",
    "artist_ids": [
        "d451395a-f768-432e-bb70-d38c32baf4cb"
    ],
    "album": "Dr. Boondigga & The Big BW",
    "release_id": "6c392acd-a543-48ed-b50f-7af66e76974b",
    "release_group_id": null,
    "labels": [
        "The Drop"
    ],
    "label_ids": [
        "71e56af0-7f9f-48cd-a0c3-6be933eb7d6a"
    ],
    "release_date": "2009-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}