Information about plays

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

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

{
    "id": 356598,
    "uri": "https://api.kexp.org/v2/plays/356598/?format=api",
    "airdate": "2019-07-19T20:02:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That Old Pair of Jeans",
    "track_id": "36362410-8669-315c-af42-852c21950d60",
    "recording_id": null,
    "artist": "Fatboy Slim",
    "artist_ids": [],
    "album": "Why Try Harder: The Greatest Hits",
    "release_id": "058776ee-9545-3520-ab0d-124ff6483214",
    "release_group_id": null,
    "labels": [
        "Sony BMG Music Entertainment"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Was honored to interview this artist and 10 others for an NPR article on the history of Big Beat. https://www.npr.org/2011/08/19/139754112/the-big-beat-revolution-11-essential-songs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}