Information about plays

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

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

{
    "id": 345192,
    "uri": "https://api.kexp.org/v2/plays/345192/?format=api",
    "airdate": "2019-06-23T14:34:43-07:00",
    "show": 5755,
    "show_uri": "https://api.kexp.org/v2/shows/5755/?format=api",
    "image_uri": "http://coverartarchive.org/release/69f147bd-9b6f-3092-bb33-13648164df56/2542497216-250.jpg",
    "thumbnail_uri": "",
    "song": "There Is a Light That Never Goes Out",
    "track_id": "fb8be84d-e2d3-3a9a-83e4-5af4ec9e1291",
    "recording_id": null,
    "artist": "Dum Dum Girls",
    "artist_ids": [
        "ca405011-906d-4090-992f-f230739278b1"
    ],
    "album": "He Gets Me High",
    "release_id": "69f147bd-9b6f-3092-bb33-13648164df56",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Smiths cover (obviously)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}