Information about plays

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

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

{
    "id": 382921,
    "uri": "https://api.kexp.org/v2/plays/382921/?format=api",
    "airdate": "2019-09-19T10:36:00-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Asco",
    "track_id": null,
    "recording_id": null,
    "artist": "San Pedro El Cortez",
    "artist_ids": [
        "64259d09-53e2-451a-a8c6-548998ecbfe9"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Eterna Juventud"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today's KEXP Song of the Day, as chosen by DJ Chilly in celebration of Mexican Independence Day, is \"Asco\" by San Pedro El Cortez. San Pedro El Cortez is a psych-garage contemporary rock band from Tijuana, Mexico. San Pedro El Cortez es una banda referente en la escena psy-garage rock contemporánea de Tijuana, México. Read more about San Pedro El Cortez and subscribe to the Song of the Day here: https://www.kexp.org/podcasts/song-of-the-day/2019/9/19/san-pedro-el-cortez-asco/ <br> <br> San Pedro El Cortez will be playing Freakout Festival in Ballard the weekend of Thursday to Sunday, November 14-17th. See the full lineup here: https://www.the-freakout.com/lineup",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}