Information about plays

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

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

{
    "id": 375640,
    "uri": "https://api.kexp.org/v2/plays/375640/?format=api",
    "airdate": "2019-09-02T14:27:00-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Praise You",
    "track_id": "f75ff680-dccd-4711-8704-a799a54ebf3a",
    "recording_id": null,
    "artist": "Fatboy Slim",
    "artist_ids": [
        "34c63966-445c-4613-afe1-4f0e1e53ae9a"
    ],
    "album": "You've Come A Long Way, Baby",
    "release_id": "039bd5c2-8d54-4438-ad54-11dc0169b055",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [],
    "release_date": "1998-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Features samples of \"Take Yo' Praise\" by Camille Yarbrough and the piano track from  \"Balance and Rehearsal\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}