Information about plays

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

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

{
    "id": 345919,
    "uri": "https://api.kexp.org/v2/plays/345919/?format=api",
    "airdate": "2019-06-25T10:33:00-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In Dreams",
    "track_id": "6ed39476-2ffd-4335-8031-466c595666c4",
    "recording_id": null,
    "artist": "Roy Orbison",
    "artist_ids": [
        "0bbbc496-c7b5-4b3f-bb6d-bd312827d6e5"
    ],
    "album": "The Essential Roy Orbison (Limited Edition 3.0)",
    "release_id": "611f0763-092a-4f76-92cb-956678ebc0e6",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [],
    "release_date": "2009-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the great Roy Orbison performing \"In Dreams\" live:  https://www.youtube.com/watch?v=m_KGRqHwfJQ  Read a biography of this wonderful musician:  https://royorbison.com/roy-orbison-official-biography/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}