Information about plays

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

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

{
    "id": 3628830,
    "uri": "https://api.kexp.org/v2/plays/3628830/?format=api",
    "airdate": "2026-03-14T14:45:14-07:00",
    "show": 66179,
    "show_uri": "https://api.kexp.org/v2/shows/66179/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-01064a1f-f377-31a6-ab73-e356ed3f30d8/mbid-01064a1f-f377-31a6-ab73-e356ed3f30d8-7792978180_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-01064a1f-f377-31a6-ab73-e356ed3f30d8/mbid-01064a1f-f377-31a6-ab73-e356ed3f30d8-7792978180_thumb250.jpg",
    "song": "Strawberry Fields Forever",
    "track_id": "509b7c5f-d183-3efd-bac8-2f9cc873f609",
    "recording_id": "060b42db-fb4d-4ae3-a198-6f7bcf6f85f5",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Magical Mystery Tour",
    "release_id": "01064a1f-f377-31a6-ab73-e356ed3f30d8",
    "release_group_id": "6e514645-fbee-34ac-97e0-c2120a4a5644",
    "labels": [
        "Apple Records",
        "Parlophone"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1987-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Located in Central Park across from the Dakota, where John Lennon and Yoko Ono resided, the Strawberry Fields memorial was officially dedicated on October 9, 1985—coinciding with what would have been Lennon’s 45th birthday.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}