Information about plays

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

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

{
    "id": 3529814,
    "uri": "https://api.kexp.org/v2/plays/3529814/?format=api",
    "airdate": "2025-07-21T06:49:43-07:00",
    "show": 64073,
    "show_uri": "https://api.kexp.org/v2/shows/64073/?format=api",
    "image_uri": "https://ia801400.us.archive.org/19/items/mbid-aa156c4a-8192-3a44-bae9-e3bbdbc2c2c1/mbid-aa156c4a-8192-3a44-bae9-e3bbdbc2c2c1-32706153798_thumb500.jpg",
    "thumbnail_uri": "https://ia801400.us.archive.org/19/items/mbid-aa156c4a-8192-3a44-bae9-e3bbdbc2c2c1/mbid-aa156c4a-8192-3a44-bae9-e3bbdbc2c2c1-32706153798_thumb250.jpg",
    "song": "Mansard Roof",
    "track_id": "6a48c053-1f52-3c92-974c-8c90297e6685",
    "recording_id": "e217d422-47a3-4270-88b0-e331f3dc3722",
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Vampire Weekend",
    "release_id": "aa156c4a-8192-3a44-bae9-e3bbdbc2c2c1",
    "release_group_id": "6719eb4c-42fb-3118-84a2-98c2fdbca79f",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2008-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2008's self-titled album was Vampire Weekend's debut. A reviewer at the time called the album \"one of the most refreshing and replayable indie records in recent years.\" \n\nRead more here: https://pitchfork.com/reviews/albums/11058-vampire-weekend/\n\nFun fact, this was Vampire Weekend's first music video, check it out here:\nhttps://www.youtube.com/watch?v=JlgNFwoApec",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}