Information about plays

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

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

{
    "id": 1372598,
    "uri": "https://api.kexp.org/v2/plays/1372598/?format=api",
    "airdate": "2008-05-10T22:33:00-07:00",
    "show": 23959,
    "show_uri": "https://api.kexp.org/v2/shows/23959/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "kicks",
    "track_id": null,
    "recording_id": null,
    "artist": "UK Subs",
    "artist_ids": [
        "a57d7a1b-b7ef-4f36-bbf6-9f5a167cd08d"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "GEM"
    ],
    "label_ids": [
        "74ab7ff6-384d-4b1c-89bb-ea8855be8333"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}