Information about plays

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

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

{
    "id": 343113,
    "uri": "https://api.kexp.org/v2/plays/343113/?format=api",
    "airdate": "2019-06-18T20:33:00-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afours Afours",
    "track_id": "41d33219-0213-3e7c-8b47-3fa2db5e3af0",
    "recording_id": null,
    "artist": "Tinariwen",
    "artist_ids": [
        "5c98fc12-be83-4246-ae5b-2184192913b9"
    ],
    "album": "The Radio Tisdas Sessions",
    "release_id": "3f956fda-db99-4883-bb5d-51bb2ef42767",
    "release_group_id": null,
    "labels": [
        "Wrasse Records"
    ],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tinariwen is a Grammy Award winning group of Tuareg musicians from the Sahara Desert region of northern Mali. The band was formed in 1979 in Tamanrasset, Algeria, but returned to Mali after a cease fire in the 1990s. Their popularity rose internationally with the release of the critically acclaimed Aman Iman in 2007. NPR calls the group \"music's true rebels\"  Watch Tinariwen live in the KEXP studio. Recorded April 4, 2017 https://www.youtube.com/watch?v=PItnw3Z7WgY BACK and LIVE in SEATTLE October 7 at Benaroya Hall",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}