Information about plays

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

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

{
    "id": 350206,
    "uri": "https://api.kexp.org/v2/plays/350206/?format=api",
    "airdate": "2019-07-04T22:06:19-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/0769b502-fade-4a21-80e7-5f56dd291735/16381278437-250.jpg",
    "thumbnail_uri": "",
    "song": "Intro ADN / DNA",
    "track_id": "a994ee37-5cc2-4ec9-a90e-57d75bc463d9",
    "recording_id": null,
    "artist": "Residente",
    "artist_ids": [
        "b38a00f2-3746-4e9e-93de-8257ca5b1680"
    ],
    "album": "Resīdεntә",
    "release_id": "0769b502-fade-4a21-80e7-5f56dd291735",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Residente is the debut solo album from Puerto Rican singer of same name, released on March 31, 2017, during the hiatus of his main band Calle 13.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}