Information about plays

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

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

{
    "id": 356651,
    "uri": "https://api.kexp.org/v2/plays/356651/?format=api",
    "airdate": "2019-07-19T22:59:00-07:00",
    "show": 5941,
    "show_uri": "https://api.kexp.org/v2/shows/5941/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walked In",
    "track_id": "b4167998-e651-4890-8356-56c0b1ffd0b4",
    "recording_id": null,
    "artist": "Bankroll Fresh",
    "artist_ids": [],
    "album": "Life of a Hot Boy 2 (Real Trapper)",
    "release_id": "cc6ae5b6-500d-4d22-b0f7-6c4ad5ffe35a",
    "release_group_id": null,
    "labels": [
        "Street Money Worldwide"
    ],
    "label_ids": [
        "1ed1619a-81c2-42c9-aab6-662ac9a944b1"
    ],
    "release_date": "2015-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}