Information about plays

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

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

{
    "id": 1195532,
    "uri": "https://api.kexp.org/v2/plays/1195532/?format=api",
    "airdate": "2007-02-11T03:47:59-08:00",
    "show": 20956,
    "show_uri": "https://api.kexp.org/v2/shows/20956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grand Theft Auto",
    "track_id": null,
    "recording_id": null,
    "artist": "The Walkabouts",
    "artist_ids": [
        "f50a96b5-a890-4442-ae30-6ce307dd7e20"
    ],
    "album": "Watermarks; Selected Songs 1991-2002",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Innerstate"
    ],
    "label_ids": [
        "6f048d19-7639-467e-8da0-97b3e084f688"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}