Information about plays

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

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

{
    "id": 372743,
    "uri": "https://api.kexp.org/v2/plays/372743/?format=api",
    "airdate": "2019-08-27T01:19:16-07:00",
    "show": 6211,
    "show_uri": "https://api.kexp.org/v2/shows/6211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Grey Chamber of Hinachō Otome",
    "track_id": null,
    "recording_id": null,
    "artist": "YĪN YĪN",
    "artist_ids": [],
    "album": "One Inch Punch",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [
        "333df535-433c-482b-9d61-87cb70979a5d"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychedelic mix of funk, disco and garage rock sounds from Bruce Lee-adoring Dutch duo YĪN YĪN - https://yinyin.bandcamp.com/album/one-inch-punch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}