Information about plays

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

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

{
    "id": 2678852,
    "uri": "https://api.kexp.org/v2/plays/2678852/?format=api",
    "airdate": "2019-12-27T18:06:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bustin' Out",
    "track_id": null,
    "recording_id": null,
    "artist": "Griz",
    "artist_ids": [
        "245256dc-298f-46f5-8b66-fae1145c5ecc"
    ],
    "album": "Ride Waves",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "GRiZ"
    ],
    "label_ids": [],
    "release_date": "2019-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another one of my top records of the year. See the full list here! https://www.kexp.org/read/2019/11/22/2019-top-ten-list-spotlight-michele-myers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}