Information about plays

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

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

{
    "id": 349229,
    "uri": "https://api.kexp.org/v2/plays/349229/?format=api",
    "airdate": "2019-07-02T20:57:51-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "http://coverartarchive.org/release/ba89e931-3566-468c-8149-9cdc2971e768/4440742417-250.jpg",
    "thumbnail_uri": "",
    "song": "Ali",
    "track_id": "87e59077-a741-38ad-9be5-79a9473a6503",
    "recording_id": null,
    "artist": "Vieux Farka Touré",
    "artist_ids": [
        "7682d624-9e0b-45b2-b7d0-d1b18b3ebd05"
    ],
    "album": "The Secret",
    "release_id": "ba89e931-3566-468c-8149-9cdc2971e768",
    "release_group_id": null,
    "labels": [
        "Six Degrees Records"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2011-07-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boureima \"Vieux\" Farka Touré is a Malian singer and guitarist. He is the son of Grammy-winning Malian musician Ali Farka Touré. And is performing LIVE with Bombino at Benaroya Hall on October 28th.\n\nExperience him LIVE in KEXP studio. Recorded May 2, 2017 https://www.youtube.com/watch?v=MDDBIrQZURU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}