Information about plays

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

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

{
    "id": 533430,
    "uri": "https://api.kexp.org/v2/plays/533430/?format=api",
    "airdate": "2002-04-01T04:50:13-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5174Z874BGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5174Z874BGL._SL75_.jpg",
    "song": "Shag",
    "track_id": null,
    "recording_id": null,
    "artist": "Critters Buggin",
    "artist_ids": [
        "20231423-121d-4012-99eb-c3c52da0c64c"
    ],
    "album": "Guest",
    "release_id": "a787ed52-cfb5-4f89-be64-ff4deef8e16c",
    "release_group_id": null,
    "labels": [
        "Loosegroove Records"
    ],
    "label_ids": [
        "46a478af-52fc-41db-868c-1abd9010f02f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}