Information about plays

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

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

{
    "id": 3572395,
    "uri": "https://api.kexp.org/v2/plays/3572395/?format=api",
    "airdate": "2025-11-01T00:00:41-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f2500b6-80a6-4272-a150-cb57da35c121/12872092701-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f2500b6-80a6-4272-a150-cb57da35c121/12872092701-250.jpg",
    "song": "The Chop Shop",
    "track_id": null,
    "recording_id": "46a8ba05-b9db-4584-8e1e-3b920b64df94",
    "artist": "Twisted Insane",
    "artist_ids": [
        "898875fc-aeab-47fa-9f29-553989c06104"
    ],
    "album": "Voodoo",
    "release_id": null,
    "release_group_id": "b1aca412-ffc9-4284-ae42-0553e62eed31",
    "labels": [
        "brainsick Muzik"
    ],
    "label_ids": [
        "de4c7593-e105-4373-8a81-c5b53bbc73b8"
    ],
    "release_date": "2015-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}