Information about plays

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

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

{
    "id": 2681569,
    "uri": "https://api.kexp.org/v2/plays/2681569/?format=api",
    "airdate": "2020-01-03T08:53:50-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birth, School, Work, Death",
    "track_id": "2e17ddbf-5935-39b2-b5bb-cd28ac3a9ebd",
    "recording_id": null,
    "artist": "The Godfathers",
    "artist_ids": [
        "de288aa4-b753-490d-af0e-62bbe63e8411"
    ],
    "album": "Birth, School, Work, Death",
    "release_id": "6e4962a6-4990-4271-94f6-11212c1519b3",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ready for the new year?: https://www.youtube.com/watch?v=QO5dcW0P75M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}