Information about plays

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

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

{
    "id": 371442,
    "uri": "https://api.kexp.org/v2/plays/371442/?format=api",
    "airdate": "2019-08-23T19:04:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living for the City",
    "track_id": "8890ed21-a823-358b-8464-af2be89328ce",
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Innervisions",
    "release_id": "8f3c5932-c4c2-4449-9251-67cba654726f",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1973-08-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Won the Grammy for Best R&B song in 1974 and the album \"Innervisions\" won Album of the Year and was ranked #105 on Rolling Stone's 500 Best Songs (ever) list.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}