Information about plays

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

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

{
    "id": 352704,
    "uri": "https://api.kexp.org/v2/plays/352704/?format=api",
    "airdate": "2019-07-10T20:33:53-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonely at the Top",
    "track_id": null,
    "recording_id": null,
    "artist": "Reed Turchi",
    "artist_ids": [
        "125c14c8-9959-4553-a48b-c019b37adf2e"
    ],
    "album": "Reed Covers Randy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2019-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upcoming album of Reed covering Randy Newman tunes ; https://reedturchi.bandcamp.com/album/reed-covers-randy ; Reed live in The Roadhouse in 2017: https://www.youtube.com/watch?v=ugY4jEr9J8U ; https://www.facebook.com/reedturchi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}