Information about plays

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

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

{
    "id": 376539,
    "uri": "https://api.kexp.org/v2/plays/376539/?format=api",
    "airdate": "2019-09-04T13:30:33-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/e2a70343-ce20-4487-8c1b-627224b044e7/23861963799-250.jpg",
    "thumbnail_uri": "",
    "song": "Your Favorite Thing",
    "track_id": "f7e9ae07-a12a-39fb-be23-f218876e494e",
    "recording_id": null,
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "File Under: Easy Listening",
    "release_id": "e2a70343-ce20-4487-8c1b-627224b044e7",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1994-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What is today? September 4th. 9/4. 94. Guess what came out in 1994? Sugar released their second and final album <i>File Under: Easy Listening</i> in 1994. Primary songwriter Bob Mould discussed material written after Beaster in 1993: \"It's pretty punk rock. Not real fast, just pretty basic. A lot of it's really vocal-y. Really beautiful and really harmonic, but it's real piledriving… Weird chord changes underneath real traditional vocal lines. So I think it'll be somewhere between these last two records. Also, I'm really starting to hate guitar solos, so I'm trying to avoid them. I'm bending a lot of strings, starting to sound like Johnny Thunders again.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}