Information about plays

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

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

{
    "id": 2681064,
    "uri": "https://api.kexp.org/v2/plays/2681064/?format=api",
    "airdate": "2020-01-02T03:10:50-08:00",
    "show": 46274,
    "show_uri": "https://api.kexp.org/v2/shows/46274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Balmy Afternoon",
    "track_id": null,
    "recording_id": null,
    "artist": "Asiabeat",
    "artist_ids": [],
    "album": "Spirit of the People",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kuckuck"
    ],
    "label_ids": [
        "02fd3cab-f678-4b03-a33a-a0af6e4ed391"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Malaysian percussionist Lewis Pragasam was joined by Makoto Matsushita, Chito Kawachi and friends Mohd Nor and Nantha Kumar to create something that took all their influences from his homeland, as well as Vietnam, India, China and Japan\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}