Information about plays

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

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

{
    "id": 3557388,
    "uri": "https://api.kexp.org/v2/plays/3557388/?format=api",
    "airdate": "2025-09-25T00:55:42-07:00",
    "show": 64653,
    "show_uri": "https://api.kexp.org/v2/shows/64653/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad36948b-4035-4e6d-9357-024836335efb/18332431414-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad36948b-4035-4e6d-9357-024836335efb/18332431414-250.jpg",
    "song": "Why Go To War?",
    "track_id": null,
    "recording_id": null,
    "artist": "JD Twitch",
    "artist_ids": [],
    "album": "What?!",
    "release_id": null,
    "release_group_id": "6bb7b2f1-542e-47d1-9d7c-841a3251370f",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2014-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://williamonyeabor.bandcamp.com/album/what",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}