Information about plays

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

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

{
    "id": 342757,
    "uri": "https://api.kexp.org/v2/plays/342757/?format=api",
    "airdate": "2019-06-18T00:08:48-07:00",
    "show": 5716,
    "show_uri": "https://api.kexp.org/v2/shows/5716/?format=api",
    "image_uri": "http://coverartarchive.org/release/029c2da3-35ce-4e12-a29d-04a4c5740ddc/23125464735-250.jpg",
    "thumbnail_uri": "",
    "song": "Electrian",
    "track_id": "c3642199-703a-4619-901a-2021f7900a1d",
    "recording_id": null,
    "artist": "DJ Seinfeld",
    "artist_ids": [
        "595058cd-36fe-4994-8933-df92ff68ebd7"
    ],
    "album": "Galazy EP",
    "release_id": "029c2da3-35ce-4e12-a29d-04a4c5740ddc",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut from Swedish producer Armand Jakobsson   https://soundcloud.com/dj-seinfeld",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}