Information about plays

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

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

{
    "id": 2675045,
    "uri": "https://api.kexp.org/v2/plays/2675045/?format=api",
    "airdate": "2019-12-18T19:18:56-08:00",
    "show": 46177,
    "show_uri": "https://api.kexp.org/v2/shows/46177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cheap Wine",
    "track_id": null,
    "recording_id": null,
    "artist": "Charlie Parr",
    "artist_ids": [
        "6619d534-0e17-4241-a1d0-2f8ec84968c4"
    ],
    "album": "2019-12-18 Live @ KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-12-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song live back in 2012: https://www.youtube.com/watch?v=XLOw-UOHbiE ; and you're hearing it as played right here in the current-day Roadhouse! https://twitter.com/theCharlieParr ; https://www.folkalley.com/hear-it-first/2019/hear-it-first-charlie-parr-charlie-parr#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}