Information about plays

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

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

{
    "id": 343867,
    "uri": "https://api.kexp.org/v2/plays/343867/?format=api",
    "airdate": "2019-06-20T09:18:48-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "http://coverartarchive.org/release/41f65b61-3ed7-43bc-a784-d4e7d82c34d7/9929197045-250.jpg",
    "thumbnail_uri": "",
    "song": "Sun Is Shining",
    "track_id": "68328913-8c41-3114-a0c7-e1227ff71c66",
    "recording_id": null,
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Kaya",
    "release_id": "41f65b61-3ed7-43bc-a784-d4e7d82c34d7",
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song first appeared on Marley's 1971 album <i>Soul Revolution</i> and was later re-recorded for 1978's <i>Kaya</i>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}