Information about plays

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

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

{
    "id": 373018,
    "uri": "https://api.kexp.org/v2/plays/373018/?format=api",
    "airdate": "2019-08-27T14:42:00-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shining Star",
    "track_id": "71f58383-0e1c-41bb-8fa7-ce5a0bd59ebe",
    "recording_id": null,
    "artist": "Earth, Wind & Fire",
    "artist_ids": [],
    "album": "That’s the Way of the World",
    "release_id": "ce8acb8b-81c8-4ecf-8951-c3f6b2343b20",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2013-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener Norah Whitehead says, \"This is a selection of just some of the many far-out songs about the stars, moon, space, and beyond that I've been loving and collecting over the years.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}