Information about plays

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

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

{
    "id": 355169,
    "uri": "https://api.kexp.org/v2/plays/355169/?format=api",
    "airdate": "2019-07-16T17:20:03-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Question of Time (Remix)",
    "track_id": "fff72ab7-50ea-414d-93b4-57598863c3c9",
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Singles 13–18",
    "release_id": "a076ed03-ccec-4e0d-b45e-00eda7bd7f68",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2004-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}