Information about plays

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

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

{
    "id": 2682607,
    "uri": "https://api.kexp.org/v2/plays/2682607/?format=api",
    "airdate": "2020-01-05T21:41:00-08:00",
    "show": 46303,
    "show_uri": "https://api.kexp.org/v2/shows/46303/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trance in Mexico",
    "track_id": "fbca777a-2422-3413-b341-276e95427e30",
    "recording_id": null,
    "artist": "David Shaw & The Beat",
    "artist_ids": [],
    "album": "So It Goes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Her Majesty's Ship"
    ],
    "label_ids": [
        "3da4bd3c-05fa-492e-86ce-e41c9b2f26d8"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}