Information about plays

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

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

{
    "id": 344368,
    "uri": "https://api.kexp.org/v2/plays/344368/?format=api",
    "airdate": "2019-06-21T15:46:47-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pyramids",
    "track_id": "03c9b6e1-46cb-3860-8389-d871fe7603ce",
    "recording_id": null,
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "Channel Orange",
    "release_id": "3048076f-c5d4-4340-9ba0-c09d23b83b31",
    "release_group_id": null,
    "labels": [
        "Island Def Jam Music Group"
    ],
    "label_ids": [
        "c9ecb3cf-ed8c-4f48-b99a-7d63ed12d89b"
    ],
    "release_date": "2012-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 10-minute R&B odyssey has Ocean singing of ancient Egypt and the present day. The song begins with a dream about Egyptian pharaoh Cleopatra, moving into a story of an unemployed protagonist and his girlfriend, Cleopatra, who works at The Pyramid and whose love \"ain't free\" anymore.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}