Information about plays

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

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

{
    "id": 344388,
    "uri": "https://api.kexp.org/v2/plays/344388/?format=api",
    "airdate": "2019-06-21T17:08:16-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "http://coverartarchive.org/release/4d267fab-2514-452a-a477-49cc034c4279/9707796645-250.jpg",
    "thumbnail_uri": "",
    "song": "Marquee Moon",
    "track_id": "dc507fea-b827-3642-8904-98f5ace3eded",
    "recording_id": null,
    "artist": "Television",
    "artist_ids": [
        "490bde43-5edb-4a93-b3b3-7a0465fd8909"
    ],
    "album": "Marquee Moon",
    "release_id": "4d267fab-2514-452a-a477-49cc034c4279",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the original vinyl edition of the album, the song faded out just short of ten minutes, but the CD reissues have included the full 10:40 of the take. In concert, the band has sometimes extended the song to as long as fifteen minutes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}