Information about plays

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

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

{
    "id": 3547000,
    "uri": "https://api.kexp.org/v2/plays/3547000/?format=api",
    "airdate": "2025-08-31T02:42:10-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/f421b988-09d5-4287-9fa7-2812cd183d1c/12069584156-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f421b988-09d5-4287-9fa7-2812cd183d1c/12069584156-250.jpg",
    "song": "Shirley",
    "track_id": null,
    "recording_id": null,
    "artist": "L7",
    "artist_ids": [
        "57111f1f-9829-45ea-bb4e-a5aba37cd1d1"
    ],
    "album": "Hungry for Stink",
    "release_id": null,
    "release_group_id": "9b0d70e2-ca9f-35da-9465-02d459f69d9a",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1994-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}