Information about plays

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

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

{
    "id": 381362,
    "uri": "https://api.kexp.org/v2/plays/381362/?format=api",
    "airdate": "2019-09-15T21:00:00-07:00",
    "show": 6348,
    "show_uri": "https://api.kexp.org/v2/shows/6348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Lavishments of Light Looking",
    "track_id": "e12a50c8-d161-4476-9c3a-31d172a434f8",
    "recording_id": null,
    "artist": "WOKE",
    "artist_ids": [],
    "album": "The Lavishments of Light Looking",
    "release_id": "02a94e84-75ea-4338-9731-74a90d39145f",
    "release_group_id": null,
    "labels": [
        "[adult swim]"
    ],
    "label_ids": [
        "f6db424e-dd0a-4c5a-b0b5-c5405f0e0a85"
    ],
    "release_date": "2015-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}