Information about plays

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

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

{
    "id": 478354,
    "uri": "https://api.kexp.org/v2/plays/478354/?format=api",
    "airdate": "2001-10-20T10:21:10-07:00",
    "show": 8158,
    "show_uri": "https://api.kexp.org/v2/shows/8158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Burrup",
    "track_id": "d7cd693b-a570-4ce3-8c66-5d99640ca8e6",
    "recording_id": null,
    "artist": "Nardo Ranks",
    "artist_ids": [
        "c3d648df-8d60-40d6-b58d-401932d0eb99"
    ],
    "album": "Reggae Party Mega-Mix (Mixed by Hard-E and Smooth B.)",
    "release_id": "e3549062-3d53-42af-b650-36829ea9450e",
    "release_group_id": null,
    "labels": [
        "Profile"
    ],
    "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"
}