Information about plays

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

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

{
    "id": 3540220,
    "uri": "https://api.kexp.org/v2/plays/3540220/?format=api",
    "airdate": "2025-08-15T02:54:43-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://coverartarchive.org/release/67cf7c95-e1cd-49e8-ad89-2df03b25261f/41806409420-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/67cf7c95-e1cd-49e8-ad89-2df03b25261f/41806409420-250.jpg",
    "song": "Uno II",
    "track_id": null,
    "recording_id": "439d8c3e-ff7d-47d1-961b-fc90e9e09a2c",
    "artist": "Viagra Boys",
    "artist_ids": [
        "9df0c0ec-619e-447d-a155-23e19d9c84ce"
    ],
    "album": "viagr aboys",
    "release_id": null,
    "release_group_id": "97751ad2-72e1-4b96-832b-76530defaaa8",
    "labels": [
        "Shrimptech Enterprises"
    ],
    "label_ids": [
        "b45a6e30-f33e-4e7b-b46f-8c0d7645d223"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Showbox Sodo on Friday and Saturday, September 12th and 13th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}