Information about plays

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

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

{
    "id": 3632304,
    "uri": "https://api.kexp.org/v2/plays/3632304/?format=api",
    "airdate": "2026-03-22T09:44:37-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/066b3a52-f3f6-4a03-bf0d-f9f603690ae1/35913083233-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/066b3a52-f3f6-4a03-bf0d-f9f603690ae1/35913083233-250.jpg",
    "song": "Eat at Home",
    "track_id": null,
    "recording_id": "36529188-edcb-4fec-84c7-345188ea1004",
    "artist": "Paul & Linda McCartney",
    "artist_ids": [
        "ba550d0e-adac-4864-b88b-407cab5e76af",
        "10b860bf-f225-4ee0-8c28-e32f1759b4a2"
    ],
    "album": "RAM",
    "release_id": null,
    "release_group_id": "434d4068-8404-359a-9585-3376d3d1680d",
    "labels": [
        "Apple"
    ],
    "label_ids": [],
    "release_date": "1971-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From The Beatles’ domestic bliss period with his wife Linda living on a sheep farm in Scotland. There’s a new documentary about this period in his life, Man On The Run. https://www.youtube.com/watch?v=pBcllNrY0u8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}