Information about plays

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

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

{
    "id": 2681247,
    "uri": "https://api.kexp.org/v2/plays/2681247/?format=api",
    "airdate": "2020-01-02T14:40:00-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aquarius",
    "track_id": "19e4747c-a0be-3aa6-bafa-ddf0da2adb02",
    "recording_id": null,
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "Music Has the Right to Children",
    "release_id": "3fdcf49c-e297-4c21-880d-dba4c40d98dd",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "1998-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}