Information about plays

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

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

{
    "id": 381962,
    "uri": "https://api.kexp.org/v2/plays/381962/?format=api",
    "airdate": "2019-09-17T11:20:58-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Play the C Chord",
    "track_id": "05006fd3-d17e-3dfd-93ee-411294c42498",
    "recording_id": null,
    "artist": "Starflyer 59",
    "artist_ids": [
        "250c38d6-0353-4c22-a371-f305d908573c"
    ],
    "album": "Everybody Makes Mistakes",
    "release_id": "c4dccf3a-e45e-43a3-a466-5cabcdb889cd",
    "release_group_id": null,
    "labels": [
        "Tooth & Nail Records"
    ],
    "label_ids": [
        "7bed0e70-98c2-445e-a065-51280cbebd75"
    ],
    "release_date": "1999-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jason Martin is the sole songwriter behind Starflyer 59, a project that combines his love for British shoegaze, Beatlesque pop, dreamy space rock, and the songcraft of assorted indie bands like The Smiths and My Bloody Valentine.\"  Learn more about this long-running band: https://www.allmusic.com/artist/starflyer-59-mn0000011977/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}