Information about plays

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

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

{
    "id": 3606112,
    "uri": "https://api.kexp.org/v2/plays/3606112/?format=api",
    "airdate": "2026-01-18T19:25:18-08:00",
    "show": 65687,
    "show_uri": "https://api.kexp.org/v2/shows/65687/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4f218ed-ea50-4fbe-9b80-39149e21eca9/17629723358-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4f218ed-ea50-4fbe-9b80-39149e21eca9/17629723358-250.jpg",
    "song": "Get Up, Get Down, Get Funky, Get Loose",
    "track_id": null,
    "recording_id": "b68bdf3c-8089-452e-8537-ae8ae3982e44",
    "artist": "Teddy Pendergrass",
    "artist_ids": [
        "293029f7-ac9e-4a8b-bb50-67935b373c47"
    ],
    "album": "Life Is a Song Worth Singing",
    "release_id": null,
    "release_group_id": "ab407830-3327-33bd-96ae-e276c672e6ec",
    "labels": [],
    "label_ids": [],
    "release_date": "1978-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Philly native sadly passed away in 2010 at the age of 59.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}