Information about plays

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

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

{
    "id": 3542836,
    "uri": "https://api.kexp.org/v2/plays/3542836/?format=api",
    "airdate": "2025-08-21T09:57:40-07:00",
    "show": 64346,
    "show_uri": "https://api.kexp.org/v2/shows/64346/?format=api",
    "image_uri": "https://ia800309.us.archive.org/26/items/mbid-1902c0d2-8d45-4eb4-b23b-9a8195b9fbd5/mbid-1902c0d2-8d45-4eb4-b23b-9a8195b9fbd5-13892804223_thumb500.jpg",
    "thumbnail_uri": "https://ia600309.us.archive.org/26/items/mbid-1902c0d2-8d45-4eb4-b23b-9a8195b9fbd5/mbid-1902c0d2-8d45-4eb4-b23b-9a8195b9fbd5-13892804223_thumb250.jpg",
    "song": "Some Things Last a Long Time",
    "track_id": "d90b51a4-db07-3839-a1b2-2adedb441d63",
    "recording_id": "42f0b03b-d1e5-4d65-91a7-a1729ea5020d",
    "artist": "Daniel Johnston",
    "artist_ids": [
        "8a7ca8b0-d23c-4eff-8fe9-6220ba5c9c76"
    ],
    "album": "Welcome to My World: The Music of Daniel Johnston",
    "release_id": "1902c0d2-8d45-4eb4-b23b-9a8195b9fbd5",
    "release_group_id": "1b5fb0f8-964f-35a3-867c-c98bba3b6346",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}