Information about plays

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

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

{
    "id": 355551,
    "uri": "https://api.kexp.org/v2/plays/355551/?format=api",
    "airdate": "2019-07-17T09:53:32-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "http://coverartarchive.org/release/cd351957-3aaf-48ba-ad53-a6baee00ef64/14583668157-250.jpg",
    "thumbnail_uri": "",
    "song": "Get on the Mic",
    "track_id": "6d9dce11-8e3d-371e-b9a5-abef2cca7f64",
    "recording_id": null,
    "artist": "Pete Rock & C.L. Smooth",
    "artist_ids": [
        "cff77480-7ba4-4206-b1a8-e1b98b38f07c"
    ],
    "album": "The Main Ingredient",
    "release_id": "cd351957-3aaf-48ba-ad53-a6baee00ef64",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1994-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pete Rock & CL Smooth are a hip-hop duo from Mount Vernon, New York. There are rumors of a new album, but it has now been stated that there won't be any third album by the group, due to tensions between Rock and Smooth. - https://bit.ly/2XSkhyw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}