Information about plays

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

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

{
    "id": 343675,
    "uri": "https://api.kexp.org/v2/plays/343675/?format=api",
    "airdate": "2019-06-19T23:38:00-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Risin' to the Top",
    "track_id": "84802887-97d1-442f-b968-da01db30879e",
    "recording_id": null,
    "artist": "Keni Burke",
    "artist_ids": [
        "e2d38070-361c-43f2-bca3-d08c54222761"
    ],
    "album": "Risin' To The Top / Can't Get Enough (Do It All Night)",
    "release_id": "15638b91-b6fc-48ee-8eb7-c9b6f44e9cbc",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}