Information about plays

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

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

{
    "id": 353465,
    "uri": "https://api.kexp.org/v2/plays/353465/?format=api",
    "airdate": "2019-07-12T12:26:15-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Get Up",
    "track_id": "157338c1-553c-3c52-b52f-9030a9ca840e",
    "recording_id": null,
    "artist": "Supergrass",
    "artist_ids": [
        "6386ddff-0d13-4685-9f0a-a82bf022fb1c"
    ],
    "album": "Life on Other Planets",
    "release_id": "00caf631-727e-3268-a50a-dd08462d403b",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2003-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Supergrass formed in Oxford, England in 1993.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}