Information about plays

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

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

{
    "id": 1195486,
    "uri": "https://api.kexp.org/v2/plays/1195486/?format=api",
    "airdate": "2007-02-11T00:25:23-08:00",
    "show": 20955,
    "show_uri": "https://api.kexp.org/v2/shows/20955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Love (ATOM's Pink Innards Mix)",
    "track_id": "d15d8707-3c7a-42ae-b50f-16481c751ea1",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Ziggy Stardust Remixed",
    "release_id": "04ca05aa-cfdf-4e36-82a8-09d5f44a3dc1",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}