Information about plays

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

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

{
    "id": 1316143,
    "uri": "https://api.kexp.org/v2/plays/1316143/?format=api",
    "airdate": "2007-12-19T17:40:49-08:00",
    "show": 23015,
    "show_uri": "https://api.kexp.org/v2/shows/23015/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take It As It Come",
    "track_id": null,
    "recording_id": null,
    "artist": "Binky Griptite & The Sugarman Three",
    "artist_ids": [
        "dd690c4d-3d09-46ef-a6bb-79e4c7724b3f"
    ],
    "album": "Daptone Records Remixed - Scion CD Sampler",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}