Information about plays

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

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

{
    "id": 2681738,
    "uri": "https://api.kexp.org/v2/plays/2681738/?format=api",
    "airdate": "2020-01-03T20:10:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Levels (original mix)",
    "track_id": "0ca8a6ac-3da0-3e86-a2df-dc6144e34b93",
    "recording_id": null,
    "artist": "Avicii",
    "artist_ids": [
        "c85cfd6b-b1e9-4a50-bd55-eb725f04f7d5"
    ],
    "album": "Levels",
    "release_id": "ed0c7c8a-6622-4787-8097-8074d111f384",
    "release_group_id": null,
    "labels": [
        "LE7ELS"
    ],
    "label_ids": [
        "a1ecdd2b-58e2-4071-80b8-06a54725cd87"
    ],
    "release_date": "2011-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spotlight on Daft Punk for Thomas Bangalter's birthday! Now - bands influenced by Daft Punk: Sleigh Bells & Avicii!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}