Information about plays

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

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

{
    "id": 343641,
    "uri": "https://api.kexp.org/v2/plays/343641/?format=api",
    "airdate": "2019-06-19T20:33:56-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything I Do Gohn Be Funky",
    "track_id": "3d449b52-906b-41c9-8038-3bf7d44e1e2f",
    "recording_id": null,
    "artist": "Lee Dorsey",
    "artist_ids": [
        "23388f69-9c11-44a6-b832-b9071db3423e"
    ],
    "album": "Holy Cow! The Best Of Lee Dorsey",
    "release_id": "ddaab32b-47f4-4966-bbc0-2d7ee0faa677",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1969 single ; 1972 interview with Lee Dorsey and others all about the NOLA history, music greats, legacy: https://www.rollingstone.com/culture/culture-news/resurrecting-new-orleans-178254/ ; celebrating Dr. John, RIP, and his influences, contemporaries, NOLA piano, greatness",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}