Information about plays

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

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

{
    "id": 2682928,
    "uri": "https://api.kexp.org/v2/plays/2682928/?format=api",
    "airdate": "2020-01-06T17:24:06-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/e543e591-8f14-490a-8d10-b2711bdd4584/22324750232-250.jpg",
    "thumbnail_uri": "",
    "song": "Selfish",
    "track_id": "0f095b7b-064e-47a0-9725-f20d3e5173cf",
    "recording_id": null,
    "artist": "Little Simz feat. Cleo Sol",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979"
    ],
    "album": "GREY Area",
    "release_id": "e543e591-8f14-490a-8d10-b2711bdd4584",
    "release_group_id": null,
    "labels": [
        "AGE 101 MUSIC"
    ],
    "label_ids": [
        "39133c4b-b863-49e8-8492-c4e124687ad0"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was DJ Troy Nelson's #2 album of 2019! See what else was on his top top list here: https://www.kexp.org/read/2019/11/30/2019-top-ten-list-spotlight-troy-nelson/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}