Information about plays

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

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

{
    "id": 3549761,
    "uri": "https://api.kexp.org/v2/plays/3549761/?format=api",
    "airdate": "2025-09-06T21:20:11-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/820d2a79-6201-4da9-a0e2-9a8c77809495/33914162345-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/820d2a79-6201-4da9-a0e2-9a8c77809495/33914162345-250.jpg",
    "song": "Gangrenous",
    "track_id": null,
    "recording_id": "4cb8ed66-f07a-4d6a-87ad-64c10101cc58",
    "artist": "The Meanies",
    "artist_ids": [
        "3cdc4cd7-daf8-4d4a-a6c4-460bc4b3e925"
    ],
    "album": "Gangrenous",
    "release_id": null,
    "release_group_id": "0b518de0-12cd-41d0-be0b-271e6d55f814",
    "labels": [
        "Au Go Go"
    ],
    "label_ids": [
        "8017c3e8-f1e2-4fd2-9c80-63c17467e7d0"
    ],
    "release_date": "1991-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Melbourne, Australia in 1988.\n\nhttps://www.themeanies.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}