Information about plays

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

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

{
    "id": 473785,
    "uri": "https://api.kexp.org/v2/plays/473785/?format=api",
    "airdate": "2001-10-07T09:25:42-07:00",
    "show": 8072,
    "show_uri": "https://api.kexp.org/v2/shows/8072/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Empty Bedroom",
    "track_id": "5146b575-428f-42bd-a1ac-fd85e8cd4932",
    "recording_id": null,
    "artist": "Sonny Boy Williamson",
    "artist_ids": [
        "3b8403b6-72c8-4953-b966-5fc555923baf"
    ],
    "album": "Goin' in Your Direction",
    "release_id": "b26325f2-ac0d-4ac7-9668-add6133feb72",
    "release_group_id": null,
    "labels": [
        "Atlantic/Trumpet"
    ],
    "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"
}