Information about plays

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

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

{
    "id": 348939,
    "uri": "https://api.kexp.org/v2/plays/348939/?format=api",
    "airdate": "2019-07-02T06:53:50-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hacienda Motel",
    "track_id": "9aed0771-0b34-365a-95b7-7c7e78f6454c",
    "recording_id": null,
    "artist": "Pickwick",
    "artist_ids": [
        "1f025caf-b67f-42ab-a3bf-38cc510ed21c"
    ],
    "album": "Can't Talk Medicine",
    "release_id": "02dee631-ade5-49bb-b227-061e03fdce09",
    "release_group_id": null,
    "labels": [
        "Dine Alone Records"
    ],
    "label_ids": [
        "daa3742f-061f-4a07-bf79-4302a03cece3"
    ],
    "release_date": "2013-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remember that time Pickwick was on the morning show? THAT WAS AWESOME. https://www.youtube.com/watch?v=lVDAejOFCr8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}