Information about plays

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

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

{
    "id": 3595472,
    "uri": "https://api.kexp.org/v2/plays/3595472/?format=api",
    "airdate": "2025-12-24T18:02:21-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "https://ia801207.us.archive.org/11/items/mbid-c78d1cbb-6e1e-4004-b8b4-007e5404b7e2/mbid-c78d1cbb-6e1e-4004-b8b4-007e5404b7e2-11804641134_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/11/items/mbid-c78d1cbb-6e1e-4004-b8b4-007e5404b7e2/mbid-c78d1cbb-6e1e-4004-b8b4-007e5404b7e2-11804641134_thumb250.jpg",
    "song": "I Couldn’t Sleep",
    "track_id": "4b82d310-9eb9-418a-acc3-2733cc4e8ae7",
    "recording_id": "d23a9714-2ed7-44f8-ba1b-75ff39c58a91",
    "artist": "Joey Ramone",
    "artist_ids": [
        "2f3f8fb1-e5dc-4548-9601-fada0485e561"
    ],
    "album": "…Ya Know?",
    "release_id": "c78d1cbb-6e1e-4004-b8b4-007e5404b7e2",
    "release_group_id": "2a9dfd2e-9431-4bfe-8e84-dab0b91a2f53",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "2012-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joey Ramone, singer, songwriter, and lead vocalist of the punk rock band the Ramones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}