Information about plays

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

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

{
    "id": 3525020,
    "uri": "https://api.kexp.org/v2/plays/3525020/?format=api",
    "airdate": "2025-07-10T04:40:44-07:00",
    "show": 63970,
    "show_uri": "https://api.kexp.org/v2/shows/63970/?format=api",
    "image_uri": "https://coverartarchive.org/release/93916724-7d5e-44c7-8568-b439c3b6f092/16952060229-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/93916724-7d5e-44c7-8568-b439c3b6f092/16952060229-250.jpg",
    "song": "For Love I Come",
    "track_id": null,
    "recording_id": "7a840801-6ee7-4d0c-b9b0-90c37f4470b3",
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "The Golden Age of Apocalypse",
    "release_id": null,
    "release_group_id": "5c5ab9c4-c028-44d7-b4fd-0a8b886fa1a9",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2011-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Duke cover from Thundercat's debut solo album!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}