Information about plays

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

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

{
    "id": 419345,
    "uri": "https://api.kexp.org/v2/plays/419345/?format=api",
    "airdate": "2001-04-29T09:04:48-07:00",
    "show": 7011,
    "show_uri": "https://api.kexp.org/v2/shows/7011/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feelin' Lowdown",
    "track_id": "a188a5d0-d1a6-4669-be26-9ce2cabf1cd9",
    "recording_id": null,
    "artist": "Big Bill Broonzy",
    "artist_ids": [
        "05bc49f8-3108-44c8-82b9-ac3254896a69"
    ],
    "album": "Absolutely the Best",
    "release_id": "5d79ba61-e202-4141-9420-b4337a018f11",
    "release_group_id": null,
    "labels": [
        "Fuel 2000"
    ],
    "label_ids": [],
    "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"
}