Information about plays

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

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

{
    "id": 473361,
    "uri": "https://api.kexp.org/v2/plays/473361/?format=api",
    "airdate": "2001-10-05T20:51:00-07:00",
    "show": 8062,
    "show_uri": "https://api.kexp.org/v2/shows/8062/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brand New Cadillac",
    "track_id": "0926ae80-df45-477f-9b52-be7e0effae31",
    "recording_id": null,
    "artist": "Vince Taylor & The Playboys",
    "artist_ids": [
        "9eb38dd7-7c21-4427-a46a-e1479bf17277"
    ],
    "album": "Loud, Fast & Out of Control: The Wild Sounds of '50s Rock (disc 4)",
    "release_id": "83e45a4c-6999-4a11-9be8-cc09b3e1e713",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}