Information about plays

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

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

{
    "id": 1288218,
    "uri": "https://api.kexp.org/v2/plays/1288218/?format=api",
    "airdate": "2007-10-07T22:29:00-07:00",
    "show": 22543,
    "show_uri": "https://api.kexp.org/v2/shows/22543/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Death Fuck",
    "track_id": "7bb58d78-7951-4474-94b0-40b9c35d00ff",
    "recording_id": null,
    "artist": "The Tuss",
    "artist_ids": [
        "09292e4d-b7ad-476b-86d9-7806303ef8c3"
    ],
    "album": "Rushup Edge",
    "release_id": "e1d2128c-436a-4584-95f5-07da18f3fba0",
    "release_group_id": null,
    "labels": [
        "Rephlex"
    ],
    "label_ids": [
        "820fa04e-9927-40bb-a6c5-1bf883b159c7"
    ],
    "release_date": "2007-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}