Information about plays

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

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

{
    "id": 350227,
    "uri": "https://api.kexp.org/v2/plays/350227/?format=api",
    "airdate": "2019-07-04T23:18:21-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taste",
    "track_id": "1ec25adf-34f5-4fda-a6eb-12c824c4993c",
    "recording_id": null,
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "First Taste",
    "release_id": "c2f50f34-8f6d-4836-913b-162c2ec48387",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ty Segall yet again announcing a new album. It’s titled First Taste and due for release on August 2nd through Drag City.\n\nExperience Ty Segall & White Fence performing live in the KEXP studio. Recorded October 18, 2018 https://www.youtube.com/watch?v=jZmPc6PQKZw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}