Information about plays

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

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

{
    "id": 343549,
    "uri": "https://api.kexp.org/v2/plays/343549/?format=api",
    "airdate": "2019-06-19T16:28:17-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "http://coverartarchive.org/release/be5a9ea0-26fa-39ab-a1b8-d5677027810d/21923132852-250.jpg",
    "thumbnail_uri": "",
    "song": "Time Has Told Me",
    "track_id": "72092076-dfcb-35bc-af28-ce6525b8e7aa",
    "recording_id": null,
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Five Leaves Left",
    "release_id": "be5a9ea0-26fa-39ab-a1b8-d5677027810d",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nick Drake was signed to a major label at the age of 20 and recorded 3 albums before passing away at the age of 26.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}