Information about plays

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

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

{
    "id": 1265442,
    "uri": "https://api.kexp.org/v2/plays/1265442/?format=api",
    "airdate": "2007-08-10T20:39:40-07:00",
    "show": 22155,
    "show_uri": "https://api.kexp.org/v2/shows/22155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want Moonshine",
    "track_id": "c0d98686-ec1b-4080-a44c-300352c581ff",
    "recording_id": null,
    "artist": "The Dempseys",
    "artist_ids": [
        "558fec9e-b64a-4ba7-b28b-f4852fe8c0e0"
    ],
    "album": "Drinking Songs for your Grandparents!",
    "release_id": "f1d653cf-9648-4e58-a421-4ffb2a875cc9",
    "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"
}