Information about plays

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

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

{
    "id": 426163,
    "uri": "https://api.kexp.org/v2/plays/426163/?format=api",
    "airdate": "2001-05-20T00:00:00-07:00",
    "show": 7153,
    "show_uri": "https://api.kexp.org/v2/shows/7153/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/39188",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/39189",
    "song": "Prism II",
    "track_id": "7f80a3a7-7e03-4c36-83fa-65639cdfd39f",
    "recording_id": null,
    "artist": "Matthew Shipp Trio",
    "artist_ids": [
        "05bfe35f-b10b-49f1-bd89-38ced99fac55"
    ],
    "album": "Prism",
    "release_id": "5e12891c-6f9a-40a6-be35-cf0e296009e6",
    "release_group_id": null,
    "labels": [
        "Hat Hut"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}