Information about plays

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

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

{
    "id": 2678326,
    "uri": "https://api.kexp.org/v2/plays/2678326/?format=api",
    "airdate": "2019-12-26T09:00:00-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "★",
    "track_id": "b255adda-539b-4935-95e0-7ff3568cc7d8",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "★",
    "release_id": "b601aeb8-ba34-4e51-ba7e-e7afba8967ec",
    "release_group_id": null,
    "labels": [
        "ISO Records"
    ],
    "label_ids": [],
    "release_date": "2016-01-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this video by Polyphonic about How David Bowie Shaped the 2010s: https://www.youtube.com/watch?v=mUJXQQXaXbw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}