Information about plays

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

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

{
    "id": 419115,
    "uri": "https://api.kexp.org/v2/plays/419115/?format=api",
    "airdate": "2001-04-28T11:31:45-07:00",
    "show": 7003,
    "show_uri": "https://api.kexp.org/v2/shows/7003/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stop the Fussing & Fighting",
    "track_id": "7a588c50-489b-4a9a-bc14-8243c8f61b07",
    "recording_id": null,
    "artist": "Culture",
    "artist_ids": [
        "dda3f50d-2205-40c6-8f70-223f2eacd92a"
    ],
    "album": "Harder Than the Rest",
    "release_id": "54fba371-b1a7-4c94-91ae-2e6f2cfb1b30",
    "release_group_id": null,
    "labels": [
        "high Note"
    ],
    "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"
}