Information about plays

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

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

{
    "id": 372966,
    "uri": "https://api.kexp.org/v2/plays/372966/?format=api",
    "airdate": "2019-08-27T11:40:28-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/c4763357-656d-42fe-8bf6-c7fad1308d75/21270014901-250.jpg",
    "thumbnail_uri": "",
    "song": "Free to Go",
    "track_id": "24b16444-a58c-333c-885d-d268639bff7a",
    "recording_id": null,
    "artist": "Neal Casal",
    "artist_ids": [
        "65e26778-804e-47a2-9b60-6be8b851df69"
    ],
    "album": "Fade Away Diamond Time",
    "release_id": "c4763357-656d-42fe-8bf6-c7fad1308d75",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., guitarist and singer-songwriter Neal Casal, dead at the age of 50:  https://www.rollingstone.com/music/music-news/neal-casal-guitarist-obit-dead-877036/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}