Information about plays

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

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

{
    "id": 352143,
    "uri": "https://api.kexp.org/v2/plays/352143/?format=api",
    "airdate": "2019-07-09T14:58:00-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Up, Get Into It and Get Involved (mono)",
    "track_id": "63042c65-eb51-39c0-bd87-90a99c6a563c",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "In the Jungle Groove",
    "release_id": "12ca0962-a0ca-4f17-ba9c-355b271457f3",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "2003-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Get Up, Get Into It, Get Involved\" was released as a two-part single in 1970. It features backing vocals by Bobby Byrd, who shared writing credit for the song with Brown and Ron Lenhoff. This was one of several songs by Brown with an upfront social message.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}