Information about plays

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

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

{
    "id": 342877,
    "uri": "https://api.kexp.org/v2/plays/342877/?format=api",
    "airdate": "2019-06-18T08:17:49-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/6b091951-c709-4395-9c17-fbf90dcf54a3/16951365740-250.jpg",
    "thumbnail_uri": "",
    "song": "K.",
    "track_id": "311aebf7-b5eb-42e0-8ade-76485e6c77ed",
    "recording_id": null,
    "artist": "Cigarettes After Sex",
    "artist_ids": [
        "34557d8f-ee4a-44ab-ae6e-49bb8ac604d0"
    ],
    "album": "Cigarettes After Sex",
    "release_id": "6b091951-c709-4395-9c17-fbf90dcf54a3",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2017-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Why not support the band or if you have a moment and find yourself in Russia, go see them at Cosmonaut Club at the intersection of Doynikov and Bronnitskaya. Ahem. \nin St. Petersburg. https://cigarettesaftersex.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}