Information about plays

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

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

{
    "id": 348546,
    "uri": "https://api.kexp.org/v2/plays/348546/?format=api",
    "airdate": "2019-07-01T07:42:19-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/1c65dc93-6748-3bb5-be18-bdbbad7f8d42/1560014889-250.jpg",
    "thumbnail_uri": "",
    "song": "Can I Kick It?",
    "track_id": "f8064cfe-2e78-3fbb-ba79-f0db242c865d",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "People’s Instinctive Travels and the Paths of Rhythm",
    "release_id": "1c65dc93-6748-3bb5-be18-bdbbad7f8d42",
    "release_group_id": null,
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1990-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Different album, but this reminds us! You can check out the archive of KEXP's 3 Feet High and Rising, where KEXP DJs played every song sampled on the album, as well as all album tracks, rarities, b-sides, and interviews! https://www.kexp.org/events/delasoul/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}