Information about plays

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

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

{
    "id": 2681293,
    "uri": "https://api.kexp.org/v2/plays/2681293/?format=api",
    "airdate": "2020-01-02T17:24:01-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/372d007c-7664-4499-9e93-a367e81d5cc9/24199092470-250.jpg",
    "thumbnail_uri": "",
    "song": "Purple Hat",
    "track_id": "0c611f42-5c5b-4379-963c-a552ae4e0366",
    "recording_id": null,
    "artist": "Sofi Tukker",
    "artist_ids": [
        "4ac723f4-8be8-4a0d-a3ae-d5dda20f0a9a"
    ],
    "album": "DANCING ON THE PEOPLE",
    "release_id": "372d007c-7664-4499-9e93-a367e81d5cc9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}