Information about plays

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

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

{
    "id": 1196911,
    "uri": "https://api.kexp.org/v2/plays/1196911/?format=api",
    "airdate": "2007-02-14T19:50:00-08:00",
    "show": 20980,
    "show_uri": "https://api.kexp.org/v2/shows/20980/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tee Na Na Na Na Nay",
    "track_id": null,
    "recording_id": null,
    "artist": "Eddie Bo",
    "artist_ids": [
        "10317c4b-4543-43a1-83fd-083ad3e60831"
    ],
    "album": "VA - Gumbo Stew - Original New Orleans R",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ace Fu Records"
    ],
    "label_ids": [
        "ec60a5f5-c860-497f-97fe-bb9c751d5ab4"
    ],
    "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"
}