Information about plays

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

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

{
    "id": 351605,
    "uri": "https://api.kexp.org/v2/plays/351605/?format=api",
    "airdate": "2019-07-08T07:11:31-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/a100f86e-ac89-4ced-98e9-799f4329622e/2307424566-250.jpg",
    "thumbnail_uri": "",
    "song": "Can't Hold Us",
    "track_id": "5cd21c34-904c-3f3b-87cb-4daf230c8a3e",
    "recording_id": null,
    "artist": "Macklemore & Ryan Lewis feat. Ray Dalton",
    "artist_ids": [
        "b6d7ec94-830c-44dd-b699-ce66556b7e55"
    ],
    "album": "The Heist",
    "release_id": "a100f86e-ac89-4ced-98e9-799f4329622e",
    "release_group_id": null,
    "labels": [
        "Macklemore LLC"
    ],
    "label_ids": [
        "58a658bf-456f-416c-940f-35044e9ef053"
    ],
    "release_date": "2012-10-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the live version from the KEXP studio in 2011:  https://www.youtube.com/watch?v=bgjwAZ9TR3U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}