Information about plays

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

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

{
    "id": 351625,
    "uri": "https://api.kexp.org/v2/plays/351625/?format=api",
    "airdate": "2019-07-08T08:16:50-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/a5dd8a38-8495-43b3-901d-4cb9ac63e571/17776221267-250.jpg",
    "thumbnail_uri": "",
    "song": "Ziggy Stardust",
    "track_id": "4c1d0041-7d41-40f9-a8a5-603726a2ce34",
    "recording_id": null,
    "artist": "Seu Jorge",
    "artist_ids": [
        "c73d651d-87c9-4c5e-8abb-4ec9c4077241"
    ],
    "album": "The Life Aquatic Studio Sessions",
    "release_id": "a5dd8a38-8495-43b3-901d-4cb9ac63e571",
    "release_group_id": null,
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "2005-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brazilian musician Jorge Mário da Silva, more commonly known by his stage name Seu Jorge, was live in the KEXP studio for a session that include the song, \"Life on Mars\" (Wouldn't that be a good name for a bar?): https://www.youtube.com/watch?v=TpQ5R3ftRGI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}