Information about plays

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

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

{
    "id": 420835,
    "uri": "https://api.kexp.org/v2/plays/420835/?format=api",
    "airdate": "2001-05-03T14:40:00-07:00",
    "show": 7042,
    "show_uri": "https://api.kexp.org/v2/shows/7042/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're the One",
    "track_id": "a5777f4d-c4df-409f-91bf-3f3a1ac5fb5a",
    "recording_id": null,
    "artist": "Little Milton",
    "artist_ids": [
        "37846227-55fb-444b-9cd7-dc06d5d20714"
    ],
    "album": "Live at Westville Prison",
    "release_id": "8ce07a8d-b0f3-4efc-b890-df00e37d8523",
    "release_group_id": null,
    "labels": [
        "Delmark"
    ],
    "label_ids": [
        "342dfc5a-eab6-46eb-81ad-08ec6faa84c6"
    ],
    "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"
}