Information about plays

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

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

{
    "id": 344758,
    "uri": "https://api.kexp.org/v2/plays/344758/?format=api",
    "airdate": "2019-06-22T15:07:00-07:00",
    "show": 5747,
    "show_uri": "https://api.kexp.org/v2/shows/5747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kim & Jessie (DatA remix)",
    "track_id": "f30488c4-dfab-33cd-8d9f-7beebbb92201",
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Kim & Jessie",
    "release_id": "489ab0ea-8969-4028-9498-fdb53c39c687",
    "release_group_id": null,
    "labels": [
        "Virgin Music France"
    ],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Kim & Jessie\" ranked number five on Pitchfork Media's list of the top 100 songs of 2008. Pitchfork's Mark Pytlik said that \"with its apocalyptic electric drum hits, keening synths, icily detached vocals, and volcanic chorus, 'Kim & Jessie' not only ranked as the album's best song, but also combined with the similarly convincing \"Graveyard Girl\" to make one of the year's most potent 1-2 punches.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}