Information about plays

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

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

{
    "id": 2676089,
    "uri": "https://api.kexp.org/v2/plays/2676089/?format=api",
    "airdate": "2019-12-20T21:06:00-08:00",
    "show": 46188,
    "show_uri": "https://api.kexp.org/v2/shows/46188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Tryin Ta Live",
    "track_id": "6b64e807-adfb-32d3-92e3-5dae687bde41",
    "recording_id": null,
    "artist": "Devin the Dude",
    "artist_ids": [],
    "album": "Just Tryin' ta Live",
    "release_id": "53db74eb-5290-43be-9f79-e256f386bcd6",
    "release_group_id": null,
    "labels": [
        "Rap-A-Lot Records"
    ],
    "label_ids": [
        "8d67c905-4145-42a7-86db-d3bf6e1aaf7d"
    ],
    "release_date": "2002-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}