Information about plays

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

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

{
    "id": 500165,
    "uri": "https://api.kexp.org/v2/plays/500165/?format=api",
    "airdate": "2001-12-25T06:00:00-08:00",
    "show": 8589,
    "show_uri": "https://api.kexp.org/v2/shows/8589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Away in a Manger",
    "track_id": "bb5bdac1-b549-41b6-bc21-630a5d90eb1b",
    "recording_id": null,
    "artist": "Green River",
    "artist_ids": [
        "78f56916-fe11-4110-8f10-d553ddf8de7b"
    ],
    "album": "Another Pyrrhic Victory",
    "release_id": "bc8915c1-1f2c-45d4-9b22-e5f386f0966f",
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}