Information about plays

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

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

{
    "id": 485837,
    "uri": "https://api.kexp.org/v2/plays/485837/?format=api",
    "airdate": "2001-11-12T10:47:08-08:00",
    "show": 8310,
    "show_uri": "https://api.kexp.org/v2/shows/8310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El loco bailarín (Crazy Dancer)",
    "track_id": "e3f21f27-7a69-486b-905d-de340d1899fc",
    "recording_id": null,
    "artist": "Puentes Brothers",
    "artist_ids": [
        "0010f4e7-02a9-43eb-8184-fd4b563e6c8f"
    ],
    "album": "Morumba cubana",
    "release_id": "9e7f3514-8777-4634-80ac-dc9438c17549",
    "release_group_id": null,
    "labels": [
        "Alma"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}