Information about plays

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

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

{
    "id": 3556075,
    "uri": "https://api.kexp.org/v2/plays/3556075/?format=api",
    "airdate": "2025-09-21T21:45:14-07:00",
    "show": 64627,
    "show_uri": "https://api.kexp.org/v2/shows/64627/?format=api",
    "image_uri": "https://coverartarchive.org/release/68c27a13-97a9-3614-b482-5e6e780bd230/34653586301-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/68c27a13-97a9-3614-b482-5e6e780bd230/34653586301-250.jpg",
    "song": "Swab",
    "track_id": null,
    "recording_id": "e794c9f5-3cbb-48c1-83c9-d40c0e699f46",
    "artist": "Amorphous Androgynous",
    "artist_ids": [
        "cd965133-e2ba-41bc-8659-f74b1f88aad3"
    ],
    "album": "Tales of Ephidrina",
    "release_id": null,
    "release_group_id": "7f531fcb-3d32-3ef0-b92e-cb05b1134c44",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1993-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}