Information about plays

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

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

{
    "id": 350187,
    "uri": "https://api.kexp.org/v2/plays/350187/?format=api",
    "airdate": "2019-07-04T21:08:22-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Viper's Drag",
    "track_id": "8cb3d354-4f43-431d-9bf0-28c3230917d6",
    "recording_id": null,
    "artist": "Allen Toussaint",
    "artist_ids": [
        "ec21cced-2d22-4883-9ee3-f642e6e52f58"
    ],
    "album": "American Tunes",
    "release_id": "1e8c50f0-6062-4034-a2d2-4581d2e4198a",
    "release_group_id": null,
    "labels": [
        "Nonesuch Records"
    ],
    "label_ids": [
        "2f7a0ce8-cc3e-46a7-a00b-93f2f1556e8d"
    ],
    "release_date": "2016-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album title is taken from the 1973 Paul Simon song \"American Tune,\" which Toussaint performs on the album. Also included are songs written or recorded by Toussaint, Professor Longhair, Duke Ellington, Bill Evans, and Fats Waller.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}