Information about plays

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

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

{
    "id": 377902,
    "uri": "https://api.kexp.org/v2/plays/377902/?format=api",
    "airdate": "2019-09-07T10:29:53-07:00",
    "show": 6288,
    "show_uri": "https://api.kexp.org/v2/shows/6288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sidewinder",
    "track_id": null,
    "recording_id": null,
    "artist": "The Seattleites",
    "artist_ids": [],
    "album": "The Thing",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ready to Lunch Records"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Seattleites performing LIVE with The Bandulus and The Georgetown Orbits at High Dive TONIGHT September 7th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}