Information about plays

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

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

{
    "id": 1277276,
    "uri": "https://api.kexp.org/v2/plays/1277276/?format=api",
    "airdate": "2007-09-09T21:50:00-07:00",
    "show": 22356,
    "show_uri": "https://api.kexp.org/v2/shows/22356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inside Out",
    "track_id": "c74965ae-e608-4cb2-906a-15f354509b2c",
    "recording_id": null,
    "artist": "Ill Logic & DJ Raf",
    "artist_ids": [
        "b9f8e6c5-22fb-44b4-af58-2614eed821a0"
    ],
    "album": "White Noise EP (disc 1)",
    "release_id": "e712d76b-d23d-471d-add7-780f811e7319",
    "release_group_id": null,
    "labels": [
        "Metalheadz Platinum"
    ],
    "label_ids": [
        "16b82ef2-c9b2-44aa-84da-d094080cf52d"
    ],
    "release_date": "2006-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}