Information about plays

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

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

{
    "id": 472727,
    "uri": "https://api.kexp.org/v2/plays/472727/?format=api",
    "airdate": "2001-10-04T02:12:00-07:00",
    "show": 8052,
    "show_uri": "https://api.kexp.org/v2/shows/8052/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whispering Wind",
    "track_id": "91737b03-9470-4993-88aa-9ba92841f8df",
    "recording_id": null,
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Groundwork - Act to Reduce Hunger",
    "release_id": "6ac39d81-b8d1-48c1-ba6f-b5fc8aaaa500",
    "release_group_id": null,
    "labels": [
        "Hear Music"
    ],
    "label_ids": [
        "dd3af2fc-d94b-44f0-8aa3-78c5d3246001"
    ],
    "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"
}