Information about plays

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

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

{
    "id": 449901,
    "uri": "https://api.kexp.org/v2/plays/449901/?format=api",
    "airdate": "2001-07-28T22:21:10-07:00",
    "show": 7606,
    "show_uri": "https://api.kexp.org/v2/shows/7606/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dunno",
    "track_id": "5ce1a4ce-81d1-4544-82f7-dcd015dc8ba9",
    "recording_id": null,
    "artist": "Klute",
    "artist_ids": [
        "770ccf83-47ce-4fa1-83ec-d8fc24269784"
    ],
    "album": "Tranceformat / Dunno",
    "release_id": "58c45faa-4ce9-4d05-9198-e7564334e950",
    "release_group_id": null,
    "labels": [
        "Commercial Suicide"
    ],
    "label_ids": [
        "3218df3e-3de3-45e3-9a05-041528db6ee5"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}