Information about plays

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

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

{
    "id": 3547166,
    "uri": "https://api.kexp.org/v2/plays/3547166/?format=api",
    "airdate": "2025-08-31T12:56:45-07:00",
    "show": 64437,
    "show_uri": "https://api.kexp.org/v2/shows/64437/?format=api",
    "image_uri": "https://ia803205.us.archive.org/22/items/mbid-ac777701-3e93-4892-be73-e44365b65b1e/mbid-ac777701-3e93-4892-be73-e44365b65b1e-3722247799_thumb500.jpg",
    "thumbnail_uri": "https://ia903205.us.archive.org/22/items/mbid-ac777701-3e93-4892-be73-e44365b65b1e/mbid-ac777701-3e93-4892-be73-e44365b65b1e-3722247799_thumb250.jpg",
    "song": "When Doves Cry",
    "track_id": "e8722a6e-c8dd-33e8-8c1c-8d090f232f44",
    "recording_id": "180bced7-a6a3-472e-bcf2-51ae29b7959e",
    "artist": "Prince and The Revolution",
    "artist_ids": [
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48",
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Purple Rain",
    "release_id": "ac777701-3e93-4892-be73-e44365b65b1e",
    "release_group_id": "b93a7c47-a6d4-33f2-9034-53fdd991f4ba",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1984, \"Purple Rain\" was released to theatres in the UK and Ireland.\n\nBut we don't need an excuse to play this track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}