Information about plays

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

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

{
    "id": 352691,
    "uri": "https://api.kexp.org/v2/plays/352691/?format=api",
    "airdate": "2019-07-10T19:45:07-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gonna Be a While",
    "track_id": "5431b47b-cfcc-4563-944f-a1a0c0653b46",
    "recording_id": null,
    "artist": "Tommy Alexander",
    "artist_ids": [
        "a7ef00f7-8abf-4635-bed6-6a9812819a22"
    ],
    "album": "Old News",
    "release_id": "92b838db-6820-4e40-a604-3f50c1181694",
    "release_group_id": null,
    "labels": [
        "Su Casa Records"
    ],
    "label_ids": [],
    "release_date": "2016-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portland artist ; official video for this song: https://www.youtube.com/watch?v=W6M0vHLjnao ; https://tommyalexander.bandcamp.com ; https://www.facebook.com/tommyalexanderband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}