Information about plays

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

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

{
    "id": 3549908,
    "uri": "https://api.kexp.org/v2/plays/3549908/?format=api",
    "airdate": "2025-09-07T04:50:17-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3265edb-bed2-4722-8ee3-f5d80abd7fd8/41349266815-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3265edb-bed2-4722-8ee3-f5d80abd7fd8/41349266815-250.jpg",
    "song": "Self Destruction (extended mix)",
    "track_id": null,
    "recording_id": "901373b0-33d7-43a2-95e5-ac0150207102",
    "artist": "The Stop the Violence Movement",
    "artist_ids": [
        "7d41cf90-0437-4610-92c9-4810a2c53ea4"
    ],
    "album": "Self Destruction",
    "release_id": null,
    "release_group_id": "10806b6d-676c-4350-9bbc-297fcda9a6ef",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Mike!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}