Information about plays

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

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

{
    "id": 3548155,
    "uri": "https://api.kexp.org/v2/plays/3548155/?format=api",
    "airdate": "2025-09-02T22:06:17-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://coverartarchive.org/release/e5949cc4-0b61-4b7f-bf5c-ac865f8bae47/15945066609-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e5949cc4-0b61-4b7f-bf5c-ac865f8bae47/15945066609-250.jpg",
    "song": "When I Get There",
    "track_id": null,
    "recording_id": "c2989b9f-32ce-449e-8923-0bba75e5c8e8",
    "artist": "Big Wild",
    "artist_ids": [
        "dc72d14d-28ce-4663-842c-f0b083b4a83f"
    ],
    "album": "Invincible",
    "release_id": null,
    "release_group_id": "10f4384e-3619-42a5-a718-b19fbd9b13d0",
    "labels": [
        "Foreign Family Collective"
    ],
    "label_ids": [
        "f500dd0b-9363-4726-8e30-3b1da1524458"
    ],
    "release_date": "2017-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oct 3 at Berkeley Greek Theater and Oct 9 at Showbox Seattle! bigwildmusic.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}