Information about plays

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

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

{
    "id": 3544026,
    "uri": "https://api.kexp.org/v2/plays/3544026/?format=api",
    "airdate": "2025-08-24T02:06:13-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc90df71-0f07-4691-ad4f-dcffe4a33af2/14971994461-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fc90df71-0f07-4691-ad4f-dcffe4a33af2/14971994461-250.jpg",
    "song": "This Mortal Soil",
    "track_id": null,
    "recording_id": "51b06db4-826b-4b76-bbde-3b7799d8c5f3",
    "artist": "Mastodon",
    "artist_ids": [
        "bc5e2ad6-0a4a-4d90-b911-e9a7e6861727"
    ],
    "album": "Blood Mountain",
    "release_id": null,
    "release_group_id": "8f2bde3a-8af2-3049-833b-b490ce78ae1c",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2006-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Brent Hinds of Mastodon. If it weren't for Mastodon, I wouldn't be into metal dated after 1989. Thanks for the riffs and rest in power, Brent.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}