Information about plays

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

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

{
    "id": 3542003,
    "uri": "https://api.kexp.org/v2/plays/3542003/?format=api",
    "airdate": "2025-08-19T09:00:46-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://ia600409.us.archive.org/10/items/mbid-ed790ac9-8562-3192-adce-7aa890dab146/mbid-ed790ac9-8562-3192-adce-7aa890dab146-16731476172_thumb500.jpg",
    "thumbnail_uri": "https://ia800409.us.archive.org/10/items/mbid-ed790ac9-8562-3192-adce-7aa890dab146/mbid-ed790ac9-8562-3192-adce-7aa890dab146-16731476172_thumb250.jpg",
    "song": "Long Snake Moan",
    "track_id": "1d79e8cd-5acb-33f3-9782-4c0113511f01",
    "recording_id": "e8f9ee48-a1ba-487b-9a9d-4c634edef210",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "To Bring You My Love",
    "release_id": "ed790ac9-8562-3192-adce-7aa890dab146",
    "release_group_id": "2a976d93-1131-3821-9bcb-6c79542d93aa",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The English singer-songwriter released this track off her first solo album 'To Bring You My Love' in 1995. The song is known for its intense, primal sound and use of the snake as a symbol with multiple interpretations, including themes of rejuvenation, evil, and transcendence.\n\nhttps://pjharvey.net/lyrics/long-snake-moan/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}