Information about plays

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

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

{
    "id": 371440,
    "uri": "https://api.kexp.org/v2/plays/371440/?format=api",
    "airdate": "2019-08-23T18:59:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like Sugar",
    "track_id": "8a6b16b6-7a25-4899-abc5-16a5c1e31465",
    "recording_id": null,
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "Hello Happiness",
    "release_id": "291bbbdd-1806-4aef-9c64-9d3f32e33fe5",
    "release_group_id": null,
    "labels": [
        "Universal-Island Records Ltd."
    ],
    "label_ids": [
        "60eea286-6ddd-474a-86d5-365838427762"
    ],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From her most recent LP dropped earlier this year, \"Hello Happiness.\" https://chakakhan.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}