Information about plays

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

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

{
    "id": 3656988,
    "uri": "https://api.kexp.org/v2/plays/3656988/?format=api",
    "airdate": "2026-05-19T22:27:23-07:00",
    "show": 66763,
    "show_uri": "https://api.kexp.org/v2/shows/66763/?format=api",
    "image_uri": "https://coverartarchive.org/release/d83b1fef-2db1-4aa4-ae3e-d472362831a9/23180265480-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d83b1fef-2db1-4aa4-ae3e-d472362831a9/23180265480-250.jpg",
    "song": "Cardiocleptomanie",
    "track_id": null,
    "recording_id": "615d3768-f4a4-4d7d-8704-d71b37d934b5",
    "artist": "Pas de Deux",
    "artist_ids": [
        "e9a7cd6a-1b62-44d8-9f78-200bfa041636"
    ],
    "album": "Cardiocleptomanie",
    "release_id": null,
    "release_group_id": "1f9f64d0-100e-4d24-bf40-8bca72cd1a0a",
    "labels": [
        "Minimal Wave"
    ],
    "label_ids": [
        "0add585b-3b49-4f62-8fb0-8e273eee075d"
    ],
    "release_date": "2011-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}