Information about plays

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

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

{
    "id": 344136,
    "uri": "https://api.kexp.org/v2/plays/344136/?format=api",
    "airdate": "2019-06-20T21:54:00-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deadbeat Summer",
    "track_id": "a3998155-2289-36c2-9cae-8187c2410cc2",
    "recording_id": null,
    "artist": "Neon Indian",
    "artist_ids": [
        "e8238c02-1cf0-4a51-bfd0-cee93904d351"
    ],
    "album": "Psychic Chasms",
    "release_id": "31912055-7164-4b43-90c2-bde171d0be15",
    "release_group_id": null,
    "labels": [
        "Lefse Records"
    ],
    "label_ids": [],
    "release_date": "2009-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychic Chasms is the debut studio album by American electronic music band Neon Indian, released on October 13, 2009 by Lefse Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}