Information about plays

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

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

{
    "id": 368453,
    "uri": "https://api.kexp.org/v2/plays/368453/?format=api",
    "airdate": "2019-08-16T22:48:00-07:00",
    "show": 6138,
    "show_uri": "https://api.kexp.org/v2/shows/6138/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make It Hot (feat. Missy Elliott & Mocha)",
    "track_id": null,
    "recording_id": null,
    "artist": "Nicole Wray",
    "artist_ids": [
        "1858a868-e449-4a6b-979f-6ddf2ed88906"
    ],
    "album": "Make It Hot",
    "release_id": "38f1afe1-02be-4729-8f58-325a50045dd3",
    "release_group_id": null,
    "labels": [
        "Goldmind"
    ],
    "label_ids": [],
    "release_date": "1998-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Nicole Wray's 1998 song 'Make It Hot' here: https://www.youtube.com/watch?v=UMUwXExS5fw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}