Information about plays

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

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

{
    "id": 369603,
    "uri": "https://api.kexp.org/v2/plays/369603/?format=api",
    "airdate": "2019-08-19T21:13:00-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Knock Knock",
    "track_id": "2498b22e-0442-4142-9c0f-9b8848a16f13",
    "recording_id": null,
    "artist": "Matt Martians",
    "artist_ids": [],
    "album": "The Last Party",
    "release_id": "48072fb7-26bf-46f0-8790-3c198b617450",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}