Information about plays

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

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

{
    "id": 3562762,
    "uri": "https://api.kexp.org/v2/plays/3562762/?format=api",
    "airdate": "2025-10-08T18:10:24-07:00",
    "show": 64781,
    "show_uri": "https://api.kexp.org/v2/shows/64781/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e-42270414110_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e/mbid-06b4c4ec-1704-3454-9fa7-9daccbe3cf4e-42270414110_thumb250.jpg",
    "song": "A Chicken With Its Head Cut Off",
    "track_id": "f5327939-0c71-3a16-adbc-f27e367b08f2",
    "recording_id": "95646d77-f1c4-4143-b703-1a1ae7fe0277",
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "69 Love Songs",
    "release_id": "06b4c4ec-1704-3454-9fa7-9daccbe3cf4e",
    "release_group_id": "5dfac852-1aed-35b2-93b6-e8f9c93fe521",
    "labels": [
        "Circus Records"
    ],
    "label_ids": [
        "715a756f-8c92-400f-94a6-68a135b6ab24"
    ],
    "release_date": "2000-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#261...\n---\nIn 2012, Stephin Merritt of The Magnetic Fields performed live in the men's room at KEXP. \nhttps://www.youtube.com/watch?v=U3nm0_3yJjw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}