Information about plays

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

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

{
    "id": 2681767,
    "uri": "https://api.kexp.org/v2/plays/2681767/?format=api",
    "airdate": "2020-01-03T21:47:00-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gods On A Mission (feat. Isabella Du Graf)",
    "track_id": null,
    "recording_id": null,
    "artist": "Helladope",
    "artist_ids": [
        "6470d4dd-ac14-46a5-9ecf-26c6b5d1c4e7"
    ],
    "album": "Helladope",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cloud Nice"
    ],
    "label_ids": [],
    "release_date": "2010-03-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Stream more of this 2010 album from Seattle duo Helladope on Spotify: https://open.spotify.com/album/5Hz7nMcPuqAnAPI6FHdIFD",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}