Information about plays

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

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

{
    "id": 379584,
    "uri": "https://api.kexp.org/v2/plays/379584/?format=api",
    "airdate": "2019-09-11T14:32:29-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sometimes I Rhyme Slow",
    "track_id": "d0f37398-c500-31d0-aac7-d907924b7b5b",
    "recording_id": null,
    "artist": "Nice & Smooth",
    "artist_ids": [
        "e0af5e8b-403c-4059-bd83-5ae037b391b7"
    ],
    "album": "Ain’t a Damn Thing Changed",
    "release_id": "6b3b1c16-b809-4876-9bb8-585e566a81ab",
    "release_group_id": null,
    "labels": [
        "Rush Associated Labels"
    ],
    "label_ids": [
        "e54cf1d2-645d-49ea-b552-5b73f9c31d41"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oldie-but-goodie Nice & Smooth, the NYC hip-hop group who released four albums between 1989-1997. Check out this tribute to their album \"Ain't A Damn Thing's Changed\": https://bit.ly/2OzF1ly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}