Information about plays

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

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

{
    "id": 2679406,
    "uri": "https://api.kexp.org/v2/plays/2679406/?format=api",
    "airdate": "2019-12-29T03:21:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leave Em Alone (feat. Layton Greene, Lil Baby, City Girls & PnB Rock)",
    "track_id": null,
    "recording_id": null,
    "artist": "Quality Control",
    "artist_ids": [
        "cde65e2a-3e77-45b3-9320-fd10f813621f"
    ],
    "album": "Control The Streets, Vol. 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Control the Streets, Volume 2' is a compilation by American label Quality Control.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}