Information about plays

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

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

{
    "id": 373021,
    "uri": "https://api.kexp.org/v2/plays/373021/?format=api",
    "airdate": "2019-08-27T14:44:00-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fly Me to the Moon",
    "track_id": "8c2809c9-331d-3e2d-b25e-761365d924e4",
    "recording_id": null,
    "artist": "Frank Sinatra",
    "artist_ids": [
        "197450cd-0124-4164-b723-3c22dd16494d"
    ],
    "album": "A Man and His Music",
    "release_id": "46c04adf-93e4-412c-8f59-1bbc315b371c",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norah says of her far-out mixtape, \"When I was young I participated in a play that my grandmother wrote, which centered on songs written about the moon (picture kids wearing black garbage bags and antennae dancing as moonmen). Many of those tunes stay near and dear to my heart (some even played on my wedding day).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}