Information about plays

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

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

{
    "id": 2681471,
    "uri": "https://api.kexp.org/v2/plays/2681471/?format=api",
    "airdate": "2020-01-03T02:44:45-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Delicious Ape",
    "track_id": "2e68c3f9-9324-48d5-941e-db3924a0aaef",
    "recording_id": null,
    "artist": "HEALTH & Xiu Xiu",
    "artist_ids": [
        "6805e4d5-f550-40fe-b731-05dc8229e74b"
    ],
    "album": "Delicious Ape",
    "release_id": "1d3b3a15-d507-48af-bba4-074ee5c14e81",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-12-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}