Information about plays

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

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

{
    "id": 441649,
    "uri": "https://api.kexp.org/v2/plays/441649/?format=api",
    "airdate": "2001-07-04T20:38:49-07:00",
    "show": 7450,
    "show_uri": "https://api.kexp.org/v2/shows/7450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spill the Wine",
    "track_id": "1b313dd0-b77a-4d36-ab1f-491b6efe4dea",
    "recording_id": null,
    "artist": "War",
    "artist_ids": [
        "3e6bbdb8-66c8-439c-a3d9-87391ce88740"
    ],
    "album": "Pottery Barn: Cool Grooves",
    "release_id": "53a4460e-9315-4e64-ad41-8a79f97b4846",
    "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"
}