Information about plays

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

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

{
    "id": 350597,
    "uri": "https://api.kexp.org/v2/plays/350597/?format=api",
    "airdate": "2019-07-05T21:07:00-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Last Party",
    "track_id": "3f228951-9f95-4a73-8625-4cc2eee223c0",
    "recording_id": null,
    "artist": "Matt Martians",
    "artist_ids": [
        "1018344f-abc8-4c62-b4fd-37a30fd2dc6f"
    ],
    "album": "The Last Party",
    "release_id": "48072fb7-26bf-46f0-8790-3c198b617450",
    "release_group_id": null,
    "labels": [
        "3qtr"
    ],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to Matt Martians (The Internet) latest solo release 'The Last Party' on all platforms here: https://mattmartians.lnk.to/KnockKnock",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}