Information about plays

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

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

{
    "id": 347886,
    "uri": "https://api.kexp.org/v2/plays/347886/?format=api",
    "airdate": "2019-06-29T15:58:36-07:00",
    "show": 5796,
    "show_uri": "https://api.kexp.org/v2/shows/5796/?format=api",
    "image_uri": "http://coverartarchive.org/release/241be558-9801-43e7-8070-49c7a5edad73/1467754567-250.jpg",
    "thumbnail_uri": "",
    "song": "Crack Rock",
    "track_id": "49400d3d-bb56-3015-ab8c-4e6c36cd0a00",
    "recording_id": null,
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "Channel Orange",
    "release_id": "241be558-9801-43e7-8070-49c7a5edad73",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2012-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spotify has a podcast called \"Dissect\" which provides long-form music analysis on specific albums and artists and Season 3 focused on Frank Ocean: https://dissectpodcast.com/2018/05/15/season-3-now-live-on-spotify/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}