Information about plays

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

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

{
    "id": 462551,
    "uri": "https://api.kexp.org/v2/plays/462551/?format=api",
    "airdate": "2001-09-03T22:38:34-07:00",
    "show": 7855,
    "show_uri": "https://api.kexp.org/v2/shows/7855/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Experience",
    "track_id": "4cf73d6d-53b7-4c5f-ba64-9222c14e99d5",
    "recording_id": null,
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "People of the World",
    "release_id": "42d4a82c-46f8-423c-b731-85e824c52fe4",
    "release_group_id": null,
    "labels": [
        "Slash"
    ],
    "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"
}