Information about plays

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

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

{
    "id": 2681749,
    "uri": "https://api.kexp.org/v2/plays/2681749/?format=api",
    "airdate": "2020-01-03T20:49:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pull Up to the Bumper",
    "track_id": "4bcdcc4f-7636-4554-bc7c-7cea0fd29f3a",
    "recording_id": null,
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Pull Up to the Bumper",
    "release_id": "cb3d3479-6c89-4958-bfd5-3395e9d2ba12",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request for Grace Jones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}