Information about plays

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

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

{
    "id": 3543122,
    "uri": "https://api.kexp.org/v2/plays/3543122/?format=api",
    "airdate": "2025-08-22T02:06:06-07:00",
    "show": 64352,
    "show_uri": "https://api.kexp.org/v2/shows/64352/?format=api",
    "image_uri": "https://coverartarchive.org/release/ce39c6c2-0829-3ce6-8378-199345285912/25274216003-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ce39c6c2-0829-3ce6-8378-199345285912/25274216003-250.jpg",
    "song": "Androgynous (Alternate Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Let It Be",
    "release_id": null,
    "release_group_id": "2c644807-3b5d-39d4-8c65-dec603bf3f3a",
    "labels": [],
    "label_ids": [],
    "release_date": "1984-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://pitchfork.com/news/the-replacements-announce-let-it-be-reissue-share-unreleased-version-of-androgynous-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}