Information about plays

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

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

{
    "id": 3640627,
    "uri": "https://api.kexp.org/v2/plays/3640627/?format=api",
    "airdate": "2026-04-11T06:44:00-07:00",
    "show": 66422,
    "show_uri": "https://api.kexp.org/v2/shows/66422/?format=api",
    "image_uri": "https://dn710103.ca.archive.org/0/items/mbid-94e40505-e82a-43b7-a03e-5ec40f8633f4/mbid-94e40505-e82a-43b7-a03e-5ec40f8633f4-40737544599_thumb500.jpg",
    "thumbnail_uri": "https://ia600105.us.archive.org/28/items/mbid-94e40505-e82a-43b7-a03e-5ec40f8633f4/mbid-94e40505-e82a-43b7-a03e-5ec40f8633f4-40737544599_thumb250.jpg",
    "song": "The One With the Wurlitzer",
    "track_id": "f8214b10-757e-4d25-b618-b9dac7c3e077",
    "recording_id": "00047577-1669-4da1-9aa5-7d7b7923ebdf",
    "artist": "American Football",
    "artist_ids": [
        "4ebb5ad3-9018-407d-8c24-c03011ab9ac6"
    ],
    "album": "American Football - 25th Anniversary Edition",
    "release_id": "94e40505-e82a-43b7-a03e-5ec40f8633f4",
    "release_group_id": "8e40a68c-58e8-3c92-a763-645fda2ce8a7",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}