Information about plays

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

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

{
    "id": 2675347,
    "uri": "https://api.kexp.org/v2/plays/2675347/?format=api",
    "airdate": "2019-12-19T11:32:06-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9252cd9-c569-4374-884b-9331efbe23f5/16457132893-250.jpg",
    "thumbnail_uri": "",
    "song": "Animal",
    "track_id": "d90b7bf0-e1df-3eeb-811b-d674adb82a09",
    "recording_id": null,
    "artist": "Miike Snow",
    "artist_ids": [
        "753a1564-aaef-4d39-bc68-4a8d5e328cf7"
    ],
    "album": "Miike Snow",
    "release_id": "e9252cd9-c569-4374-884b-9331efbe23f5",
    "release_group_id": null,
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2009-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an interview with Dustin Fitzharris of Out, Andrew Wyatt explained that the song has an ambiguous meaning, \"It can deal with addiction. It can deal with just the basic instincts – some of them are wonderful and some of them are very dangerous.\" https://bit.ly/2S9OJA3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}