Information about plays

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

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

{
    "id": 431033,
    "uri": "https://api.kexp.org/v2/plays/431033/?format=api",
    "airdate": "2001-06-03T21:30:00-07:00",
    "show": 7249,
    "show_uri": "https://api.kexp.org/v2/shows/7249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Down",
    "track_id": "71dc2d2f-fab0-4105-9ed8-8be0e7766067",
    "recording_id": null,
    "artist": "Cause 4 Concern",
    "artist_ids": [
        "f961cc71-0ac3-44e4-9821-0ab0b69988bb"
    ],
    "album": "High Down / Strange Nature",
    "release_id": "155228eb-f544-4b9f-9a82-e30f3ccb9faf",
    "release_group_id": null,
    "labels": [
        "Timeless Recordings"
    ],
    "label_ids": [
        "19a6251a-b9c8-46b2-b33c-1aaadd1148ee"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}