Information about plays

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

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

{
    "id": 2681854,
    "uri": "https://api.kexp.org/v2/plays/2681854/?format=api",
    "airdate": "2020-01-04T01:34:29-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mungu Halali",
    "track_id": "660156be-5fee-4f36-b536-61862b3805dc",
    "recording_id": null,
    "artist": "Blinky Bill",
    "artist_ids": [
        "01eaba34-a53a-43b5-8793-0829c231e64c"
    ],
    "album": "Everyone’s Just Winging It and Other Fly Tales",
    "release_id": "1d1a7cc9-027e-4870-b253-149da8cae971",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}