Information about plays

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

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

{
    "id": 350517,
    "uri": "https://api.kexp.org/v2/plays/350517/?format=api",
    "airdate": "2019-07-05T16:36:29-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spare Me",
    "track_id": "47dcef6f-16c1-41db-a346-f14484810c88",
    "recording_id": null,
    "artist": "Necking",
    "artist_ids": [
        "16291705-8ec8-4b0f-b01d-727a5e3ddd4b"
    ],
    "album": "Cut Your Teeth",
    "release_id": "2e43e692-53a3-4ad1-8f62-136f283c4aeb",
    "release_group_id": null,
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "2019-07-05",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Necking became a band before playing a note of music together. The origin story of the Vancouver-based powerhouse post-punk quartet starts at a party where all four members met for the first time and began boasting untruths about their group’s musical accomplishments. Following a series of fake names including Britney Bitch and Four White Guys, they picked up instruments for real, quickly earning a rep for their live wire performances and no-holds-barred humour. This continues on the band’s debut LP, Cut Your Teeth, a collection of songs about dating woes, cybersex, and self-improvement. Ultimately focused on the friendship shared by the women of Necking, their main motivation is making themselves laugh.   https://bit.ly/30apXAm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}