Information about plays

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

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

{
    "id": 3635297,
    "uri": "https://api.kexp.org/v2/plays/3635297/?format=api",
    "airdate": "2026-03-29T19:37:34-07:00",
    "show": 66314,
    "show_uri": "https://api.kexp.org/v2/shows/66314/?format=api",
    "image_uri": "https://coverartarchive.org/release/8f0244c6-0e17-42e8-93b5-7e47d1656611/40019833608-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8f0244c6-0e17-42e8-93b5-7e47d1656611/40019833608-250.jpg",
    "song": "Don’t Try to Change Me",
    "track_id": null,
    "recording_id": "cda4a81e-220b-4b04-af9b-4f8e6fa028c0",
    "artist": "Shalamar",
    "artist_ids": [
        "8e57b7d5-4548-4e2b-b32d-af4b4a51cb80"
    ],
    "album": "Friends",
    "release_id": null,
    "release_group_id": "88c6cd2c-4816-349c-b06d-3225e17594c7",
    "labels": [
        "Solar"
    ],
    "label_ids": [
        "8bb2ba0d-c96a-4389-a0bf-4a83b0a54914"
    ],
    "release_date": "1982-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shalamar released \"Don’t Try to Change Me\" on their sixth studio album, Friends, in 1982.\n\nShalamar is comprised of Jeffrey Daniel, Howard Hewett and Jody Watley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}