Information about plays

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

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

{
    "id": 421542,
    "uri": "https://api.kexp.org/v2/plays/421542/?format=api",
    "airdate": "2001-05-05T17:15:47-07:00",
    "show": 7057,
    "show_uri": "https://api.kexp.org/v2/shows/7057/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Camel Hop",
    "track_id": "8062272d-0939-4ec6-889a-e5907034b731",
    "recording_id": null,
    "artist": "Benny Goodman",
    "artist_ids": [
        "b09ae88f-4156-4caa-b129-1cacb5e1632e"
    ],
    "album": "The Indispensable Benny Goodman (disc 2)",
    "release_id": "f0d11c1d-fbe0-469d-ab8e-3ee696571e09",
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "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"
}