Information about plays

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

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

{
    "id": 352130,
    "uri": "https://api.kexp.org/v2/plays/352130/?format=api",
    "airdate": "2019-07-09T14:01:00-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tonite",
    "track_id": "0313bc3f-717d-40d7-a742-23f7bb89f375",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "American Dream",
    "release_id": "72bc0dab-b39b-4648-985e-6bdbfa85899b",
    "release_group_id": null,
    "labels": [
        "Sony Records International"
    ],
    "label_ids": [],
    "release_date": "2017-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Relive LCD Soundsystem's performance at Sasquatch 2017 via the KEXP blog: https://bit.ly/2suMtVh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}