Information about plays

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

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

{
    "id": 343655,
    "uri": "https://api.kexp.org/v2/plays/343655/?format=api",
    "airdate": "2019-06-19T21:44:00-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cloud 9",
    "track_id": "2b9415de-4f10-4d18-b884-67645390fab5",
    "recording_id": null,
    "artist": "Donnie",
    "artist_ids": [
        "5fb77459-5160-4d2b-8a13-6af21ac15699"
    ],
    "album": "Excerpts From the Colored Section EP",
    "release_id": "eebe18db-63aa-4daf-9cd7-a94a6344915c",
    "release_group_id": null,
    "labels": [
        "Giant Step Records"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2002, Atlanta-based soul singer Donnie released his critically acclaimed “The Colored Section,” a powerful and spiritual look at black life, history, and race relations with personal perspective that channeled his idols Marvin Gaye, Stevie Wonder and Donnie Hathaway and offered hope.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}