Information about plays

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

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

{
    "id": 2683089,
    "uri": "https://api.kexp.org/v2/plays/2683089/?format=api",
    "airdate": "2020-01-07T03:16:30-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/e530b7a1-30d3-31ab-8a31-c6ff75a5c6c5/1892582817-250.jpg",
    "thumbnail_uri": "",
    "song": "Cybele's Reverie",
    "track_id": "edd6c8aa-42ed-3f14-9801-41bd8e2d4938",
    "recording_id": null,
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Emperor Tomato Ketchup",
    "release_id": "e530b7a1-30d3-31ab-8a31-c6ff75a5c6c5",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1996-04-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to Stereolab's alternate version of 1994's \"Wow and Flutter\" on the KEXP blog: https://www.kexp.org/read/2019/4/3/stereolab-share-unearthered-alternative-version-1994s-wow-and-flutter/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}