Information about plays

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

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

{
    "id": 436782,
    "uri": "https://api.kexp.org/v2/plays/436782/?format=api",
    "airdate": "2001-06-20T20:45:00-07:00",
    "show": 7356,
    "show_uri": "https://api.kexp.org/v2/shows/7356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "let the light shine on me",
    "track_id": null,
    "recording_id": null,
    "artist": "Blind Willie Johnson",
    "artist_ids": [
        "8a14c00b-4779-44e4-9b2e-4cc9dcd92e9b"
    ],
    "album": "anthology",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "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"
}