Information about plays

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

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

{
    "id": 1233302,
    "uri": "https://api.kexp.org/v2/plays/1233302/?format=api",
    "airdate": "2007-05-19T23:55:00-07:00",
    "show": 21603,
    "show_uri": "https://api.kexp.org/v2/shows/21603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Are the Ultimate Man",
    "track_id": "79f8cd8c-6a7d-452b-8e2b-aed893945cba",
    "recording_id": null,
    "artist": "Doomsday 1999",
    "artist_ids": [
        "705016b5-fa3c-4b76-ac2f-7883379b8e2b"
    ],
    "album": "Maniac on the Floor",
    "release_id": "fbc70fcf-843d-48c8-ac01-f19a8314295d",
    "release_group_id": null,
    "labels": [
        "Nukes"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}