Information about plays

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

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

{
    "id": 381544,
    "uri": "https://api.kexp.org/v2/plays/381544/?format=api",
    "airdate": "2019-09-16T09:31:42-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "http://coverartarchive.org/release/524b6462-8305-4220-9a0c-7271d0bc557d/17418820434-250.jpg",
    "thumbnail_uri": "",
    "song": "Touch and Go",
    "track_id": "acc0ac61-00f2-4443-adf2-e66dbfa0a75a",
    "recording_id": null,
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Panorama",
    "release_id": "524b6462-8305-4220-9a0c-7271d0bc557d",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2017-07-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Lennon (Yes, *that* John Lennon) mentioned this song in his final interview on 8 December 1980, praising it for its fifties sound and comparing it with his current record at the time, \"(Just Like) Starting Over.\" He said, \"I think The Cars’ 'Touch and Go' is right out of the fifties ‘Oh, oh… ‘ A lot of it is fifties stuff. But with eighties styling, but, but… and that’s what I think 'Starting Over' is; it’s a fifties song made with an eighties approach.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}