Information about plays

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

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

{
    "id": 356244,
    "uri": "https://api.kexp.org/v2/plays/356244/?format=api",
    "airdate": "2019-07-18T23:43:57-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "GRoCERIES",
    "track_id": "a1c2d719-adb2-452f-94da-3f50236a60c9",
    "recording_id": null,
    "artist": "Chance the Rapper featuring Tisakorean & Murda Beatz",
    "artist_ids": [
        "91376b53-c37d-4eed-ac24-63d167af6885"
    ],
    "album": "GRoCERIES",
    "release_id": "cfd3caae-7a2d-4812-b1ef-e5fea183a672",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago rap titan Chance The Rapper has released his forthcoming album’s lead single, “GRoCERIES.”\n\nChance the Rapper’s debut album, The Big Day, is now available for pre order out everywhere July 26th! https://www.chanceraps.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}