Information about plays

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

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

{
    "id": 3522925,
    "uri": "https://api.kexp.org/v2/plays/3522925/?format=api",
    "airdate": "2025-07-05T10:25:35-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb9dd163-1d07-4dea-a0e3-779845d94167/35248898351-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb9dd163-1d07-4dea-a0e3-779845d94167/35248898351-250.jpg",
    "song": "Run Dem Down",
    "track_id": null,
    "recording_id": "c6d12e3c-fcfd-408b-8814-a15704aaa43e",
    "artist": "Wailing Souls",
    "artist_ids": [
        "f28a0e2e-d469-4f9d-8080-f5548fc1a239"
    ],
    "album": "Fire House Rock",
    "release_id": null,
    "release_group_id": "aadd61d5-e03d-3432-a14e-d90908e2f832",
    "labels": [],
    "label_ids": [],
    "release_date": "1981-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Wailing Souls are a Jamaican reggae vocal group whose origins date back to the 1960s. The group has undergone several line-up changes over the years with Winston \"Pipe\" Matthews and Lloyd \"Bread\" McDonald the only constant members. They have been nominated for Grammy Awards three times.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}