Information about plays

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

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

{
    "id": 416560,
    "uri": "https://api.kexp.org/v2/plays/416560/?format=api",
    "airdate": "2001-04-19T23:33:20-07:00",
    "show": 6951,
    "show_uri": "https://api.kexp.org/v2/shows/6951/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where the Sidewalk Ends",
    "track_id": "fe427dc5-c4dd-44c1-89fd-0f5b4ca7c6d8",
    "recording_id": null,
    "artist": "Silent Poets",
    "artist_ids": [
        "d64f0d37-ca03-43c8-9ecb-13faa39f1b74"
    ],
    "album": "To Come... (disc 1)",
    "release_id": "82d352d8-b4b2-4ba3-ad5a-e2e387ec3522",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}