Information about plays

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

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

{
    "id": 430868,
    "uri": "https://api.kexp.org/v2/plays/430868/?format=api",
    "airdate": "2001-06-03T11:07:30-07:00",
    "show": 7246,
    "show_uri": "https://api.kexp.org/v2/shows/7246/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We're Gonna Make It",
    "track_id": "33a31a28-f2e8-4e68-b5b9-d416ec1747f8",
    "recording_id": null,
    "artist": "Little Milton",
    "artist_ids": [
        "37846227-55fb-444b-9cd7-dc06d5d20714"
    ],
    "album": "The Classic Rhythm + Blues Collection: 1964-1967 (disc 2)",
    "release_id": "ff23e9e9-17a2-42bb-b1f3-121d315c3b59",
    "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"
}