Information about plays

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

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

{
    "id": 3548523,
    "uri": "https://api.kexp.org/v2/plays/3548523/?format=api",
    "airdate": "2025-09-03T17:25:01-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia800302.us.archive.org/28/items/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e-26024054580_thumb500.jpg",
    "thumbnail_uri": "https://ia800302.us.archive.org/28/items/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e-26024054580_thumb250.jpg",
    "song": "Middle of the Road",
    "track_id": "68b80b38-3f7c-33fd-93a6-e009dde1d4b4",
    "recording_id": "8b8f9bb0-2bd6-4926-8aab-ea3172b152aa",
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Learning to Crawl",
    "release_id": "36ab9794-05db-3529-a402-2743eeb9ae2e",
    "release_group_id": "3c6e2aa2-f015-3924-a00a-6f577fe93c3f",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Road trip set for Darrell in Arkansas! Safe travels!\n--\nThe third single from The Pretenders' 1984 album - Chrissie Hynde has said that this song refers to Tao Te Ching, which she interprets as \"the middle way.\"\n\nThe harmonica solo is uncredited on the album, but Hynde normally plays the instrument live.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}