Information about plays

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

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

{
    "id": 534294,
    "uri": "https://api.kexp.org/v2/plays/534294/?format=api",
    "airdate": "2002-04-03T17:55:00-08:00",
    "show": 9255,
    "show_uri": "https://api.kexp.org/v2/shows/9255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love and the Weather",
    "track_id": null,
    "recording_id": null,
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "Best Of The Bethlehem Sessions",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Avenue Jazz/Bethlehem"
    ],
    "label_ids": [],
    "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"
}