Information about plays

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

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

{
    "id": 486710,
    "uri": "https://api.kexp.org/v2/plays/486710/?format=api",
    "airdate": "2001-11-14T22:33:20-08:00",
    "show": 8325,
    "show_uri": "https://api.kexp.org/v2/shows/8325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Return to BB City",
    "track_id": "ef9f8a55-a70d-4924-997e-c9cb0e33ad43",
    "recording_id": null,
    "artist": "CAN",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "Peel Sessions",
    "release_id": "81ae80b1-39ac-4a92-8527-f817b9936001",
    "release_group_id": null,
    "labels": [
        "Strange Fruit"
    ],
    "label_ids": [
        "0c49508e-abff-49ad-b87c-da6270589ae3"
    ],
    "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"
}