Information about plays

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

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

{
    "id": 3625358,
    "uri": "https://api.kexp.org/v2/plays/3625358/?format=api",
    "airdate": "2026-03-04T21:03:30-08:00",
    "show": 66092,
    "show_uri": "https://api.kexp.org/v2/shows/66092/?format=api",
    "image_uri": "https://coverartarchive.org/release/4cf675c2-a1ff-49d6-b0eb-c136eb528c10/21921338333-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4cf675c2-a1ff-49d6-b0eb-c136eb528c10/21921338333-250.jpg",
    "song": "She Is Staggering",
    "track_id": null,
    "recording_id": "b029b32c-e9a1-4588-bec4-67e302b3def7",
    "artist": "Polaris",
    "artist_ids": [
        "b695cfa1-9804-4d33-9b53-7744c9e0c73a"
    ],
    "album": "Music From The Adventures of Pete & Pete",
    "release_id": null,
    "release_group_id": "f0502b38-bfc9-3e42-9296-e56fdc71dad4",
    "labels": [
        "The Mezzotint Label"
    ],
    "label_ids": [
        "6eadccef-157b-4ad2-b27d-62a362322e77"
    ],
    "release_date": "1999-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The best cassette I ever got via 2 Frosted Mini Wheat boxtops.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}