Information about plays

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

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

{
    "id": 1286965,
    "uri": "https://api.kexp.org/v2/plays/1286965/?format=api",
    "airdate": "2007-10-04T17:12:29-07:00",
    "show": 22518,
    "show_uri": "https://api.kexp.org/v2/shows/22518/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Sick",
    "track_id": "b7119ebc-79ea-47e8-afd3-a01032a245dc",
    "recording_id": null,
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "2002-03-13: Kulturbolaget, Malmö, Sweden (disc 1)",
    "release_id": "81ff0546-ab87-4e95-b238-17b8e270f65c",
    "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"
}