Information about plays

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

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

{
    "id": 376683,
    "uri": "https://api.kexp.org/v2/plays/376683/?format=api",
    "airdate": "2019-09-04T18:26:33-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep On",
    "track_id": "7fe34015-947f-43ca-9bff-ec144cf44604",
    "recording_id": null,
    "artist": "Handsome Jack",
    "artist_ids": [
        "9f69a3a0-f5f2-4e40-aeb6-9c4b372df918"
    ],
    "album": "Everything's Gonna Be Alright",
    "release_id": "2a08aaeb-e201-49fb-a127-5d8bb9775210",
    "release_group_id": null,
    "labels": [
        "Alive Naturalsound Records"
    ],
    "label_ids": [],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Official video for this song: https://www.youtube.com/watch?v=yAnDyrCnsVI ; http://handsomejackmusic.com ; https://www.facebook.com/handsomejackband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}