Information about plays

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

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

{
    "id": 1375898,
    "uri": "https://api.kexp.org/v2/plays/1375898/?format=api",
    "airdate": "2008-05-19T05:18:37-07:00",
    "show": 24016,
    "show_uri": "https://api.kexp.org/v2/shows/24016/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Path",
    "track_id": null,
    "recording_id": null,
    "artist": "Aereogramme",
    "artist_ids": [
        "765e3c07-026f-46ad-9cbc-e06b6a2383f7"
    ],
    "album": "VA/Chem0876CD   DVD",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chemikal Underground"
    ],
    "label_ids": [
        "6456662e-5a50-4185-bea9-3b0c7e180aef"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}