Information about plays

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

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

{
    "id": 351635,
    "uri": "https://api.kexp.org/v2/plays/351635/?format=api",
    "airdate": "2019-07-08T08:46:19-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/c223c68c-2ec9-3355-8280-c476f242efd9/1650393739-250.jpg",
    "thumbnail_uri": "",
    "song": "Psycho Killer",
    "track_id": "a41f46c0-29cf-36ce-8e05-3838a7262b91",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Talking Heads: 77",
    "release_id": "c223c68c-2ec9-3355-8280-c476f242efd9",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was one of the first songs that David Byrne ever wrote; it convinced him that he could write more. He told Mojo: \"Chris [Frantz] and Tina ]Weymouth] helped me with some of the French stuff. I realized, 'That holds up. That's a song.' I may have been inspired by other things when I was writing it, but I hadn't heard anything quite like it before. I was also writing completely from the character's point of view. We played it. People liked it. I thought, 'Oh, I can do more.'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}