Information about plays

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

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

{
    "id": 345703,
    "uri": "https://api.kexp.org/v2/plays/345703/?format=api",
    "airdate": "2019-06-24T22:45:00-07:00",
    "show": 5765,
    "show_uri": "https://api.kexp.org/v2/shows/5765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Was Born This Way",
    "track_id": "b935df18-3e22-3e88-85fe-edb5ecd7ef7e",
    "recording_id": null,
    "artist": "Carl Bean",
    "artist_ids": [
        "ef73d47f-9449-4a7b-84d4-c9982bb9a134"
    ],
    "album": "I Was Born This Way",
    "release_id": "8943060c-0da0-46f7-84cf-5c709286ccff",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Chris Spierer and Bunny Jones as a gay anthem shedding light on gay issues. Originally performed by Valentino and then two years later by Carl Bean. Join KEXP for a weekend full of events celebrating Pride Month: https://www.kexp.org/pride/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}