Information about plays

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

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

{
    "id": 3526145,
    "uri": "https://api.kexp.org/v2/plays/3526145/?format=api",
    "airdate": "2025-07-12T21:04:23-07:00",
    "show": 63998,
    "show_uri": "https://api.kexp.org/v2/shows/63998/?format=api",
    "image_uri": "https://coverartarchive.org/release/477245aa-57f7-4b1a-9247-fa94bcfad78c/34404723126-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/477245aa-57f7-4b1a-9247-fa94bcfad78c/34404723126-250.jpg",
    "song": "I Am a Girlfriend",
    "track_id": null,
    "recording_id": "a3e976b2-cfaa-4799-afdc-3d61447c81c3",
    "artist": "Nobunny",
    "artist_ids": [
        "f22a6369-8942-471b-8b9f-522dec4479e0"
    ],
    "album": "Love Visions",
    "release_id": null,
    "release_group_id": "ab2e1caa-0687-39fd-89e8-3d7c60b5bb83",
    "labels": [
        "1-2-3-4 Go! Records"
    ],
    "label_ids": [
        "7441004d-1165-4c04-b029-7c8d59c5912a"
    ],
    "release_date": "2008-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nobunny was the stage persona of Tucson based musician Justin Champlin, performing under the moniker since 2001",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}