Information about plays

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

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

{
    "id": 382354,
    "uri": "https://api.kexp.org/v2/plays/382354/?format=api",
    "airdate": "2019-09-18T05:05:31-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Get What You Deserve",
    "track_id": "61d61866-7459-39e6-a85d-251e6fed5fea",
    "recording_id": null,
    "artist": "Big Star",
    "artist_ids": [
        "21d177ba-3d51-461e-9b3f-ad9a80b419dc"
    ],
    "album": "#1 Record / Radio City",
    "release_id": "48eb6f71-b190-3562-8958-9cf14b603e32",
    "release_group_id": null,
    "labels": [
        "Ardent Records"
    ],
    "label_ids": [
        "6a513082-581f-4f29-a972-b6fb33355cf2"
    ],
    "release_date": "1992-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Well, you do!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}