Information about plays

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

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

{
    "id": 3582820,
    "uri": "https://api.kexp.org/v2/plays/3582820/?format=api",
    "airdate": "2025-11-25T14:34:30-08:00",
    "show": 65208,
    "show_uri": "https://api.kexp.org/v2/shows/65208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Asleep in the Deep",
    "track_id": null,
    "recording_id": "f2c02f2a-43fd-47e0-92d6-8153cfff4b75",
    "artist": "Mastodon",
    "artist_ids": [
        "bc5e2ad6-0a4a-4d90-b911-e9a7e6861727"
    ],
    "album": "Asleep in the Deep",
    "release_id": null,
    "release_group_id": "7ac64cc4-a727-47cf-a877-86bdaa201723",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2015-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request from Austin (not the city).\n\nOne of the most acclaimed metal bands of the new millennium, with an innovative, lyrically astute blend of progressive metal, grindcore, and hardcore.\n\nhttps://mastodon.bandcamp.com\nhttps://www.mastodonrocks.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}