Information about plays

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

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

{
    "id": 372917,
    "uri": "https://api.kexp.org/v2/plays/372917/?format=api",
    "airdate": "2019-08-27T09:07:22-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?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": "Macklemore & Ryan Lewis performed \"Can't Hold Us\" live in the KEXP studio on 7/20/2011.  Here is the full performance:  https://www.youtube.com/watch?v=K2Pky_5ynb0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}