Information about plays

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

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

{
    "id": 1196198,
    "uri": "https://api.kexp.org/v2/plays/1196198/?format=api",
    "airdate": "2007-02-13T00:37:00-08:00",
    "show": 20969,
    "show_uri": "https://api.kexp.org/v2/shows/20969/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Time Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Gene Ammons",
    "artist_ids": [
        "00dbf694-d614-44cc-91d3-21bf18800e3d"
    ],
    "album": "Good Time Blues",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Savoy Jazz"
    ],
    "label_ids": [
        "83b99127-6ecc-4034-a194-9ea99a1a1c8a"
    ],
    "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"
}