Information about plays

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

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

{
    "id": 3549815,
    "uri": "https://api.kexp.org/v2/plays/3549815/?format=api",
    "airdate": "2025-09-06T23:28:44-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/971ad906-d0bd-4cc9-88b5-ae85065ec396/13683841200-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/971ad906-d0bd-4cc9-88b5-ae85065ec396/13683841200-250.jpg",
    "song": "Getting Even",
    "track_id": null,
    "recording_id": "f313cc97-1937-46fb-9058-33a5360ada05",
    "artist": "The Makers",
    "artist_ids": [
        "bde9bb95-6eb9-4b9e-a09a-f61302c50552"
    ],
    "album": "The Makers",
    "release_id": null,
    "release_group_id": "612fa3d9-f2ca-3e13-96b5-a2c2bcb12133",
    "labels": [
        "Estrus Records"
    ],
    "label_ids": [
        "0e4027d6-7826-4082-b1be-41c59f30e982"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Donny Maker, founder of The Makers who passed away on March 23rd.\n\nhttps://www.subpop.com/artists/the_makers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}