Information about plays

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

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

{
    "id": 1177750,
    "uri": "https://api.kexp.org/v2/plays/1177750/?format=api",
    "airdate": "2006-12-28T01:40:53-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Out Of My Life Woman",
    "track_id": null,
    "recording_id": null,
    "artist": "Grassella Oliphant",
    "artist_ids": [
        "1d6904e0-7d81-4938-a7dc-9f662bcdec1e"
    ],
    "album": "VA- What It Is! Funky Soul and Rare Grooves 1967-1977",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}