Information about plays

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

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

{
    "id": 3596621,
    "uri": "https://api.kexp.org/v2/plays/3596621/?format=api",
    "airdate": "2025-12-27T06:53:22-08:00",
    "show": 65485,
    "show_uri": "https://api.kexp.org/v2/shows/65485/?format=api",
    "image_uri": "https://coverartarchive.org/release/de629103-4484-4e4d-8209-f818242738e0/35602675724-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de629103-4484-4e4d-8209-f818242738e0/35602675724-250.jpg",
    "song": "TKO",
    "track_id": null,
    "recording_id": "69a65938-477c-4450-b736-2f1b2cb2da91",
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "This Island",
    "release_id": null,
    "release_group_id": "799d5033-ff8d-3c12-9821-4f92eb50b8a7",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2004-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}