Information about plays

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

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

{
    "id": 1195944,
    "uri": "https://api.kexp.org/v2/plays/1195944/?format=api",
    "airdate": "2007-02-12T08:58:48-08:00",
    "show": 20965,
    "show_uri": "https://api.kexp.org/v2/shows/20965/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Descend",
    "track_id": null,
    "recording_id": null,
    "artist": "New Young Pony Club",
    "artist_ids": [
        "61cd6f2a-cdde-4f34-aacd-b992badcacba"
    ],
    "album": "New Young Pony Club",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}