Information about plays

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

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

{
    "id": 3547272,
    "uri": "https://api.kexp.org/v2/plays/3547272/?format=api",
    "airdate": "2025-08-31T18:30:08-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/446ab14d-2477-4a7f-9df2-e8027191567a/8692227105-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/446ab14d-2477-4a7f-9df2-e8027191567a/8692227105-250.jpg",
    "song": "Spirit",
    "track_id": null,
    "recording_id": "0a454d45-e548-4738-8004-2a2e8d3ea053",
    "artist": "Al Jarreau",
    "artist_ids": [
        "3e54ba8b-f4cc-4192-9813-890d570e2b7a"
    ],
    "album": "We Got By",
    "release_id": null,
    "release_group_id": "ea457508-b567-3338-bc55-6b8b756cef6c",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Al Jarreau released \"Spirit\" on his debut album, We Got By, in 1975.\n\nAl Jarreau's 1981 album Breakin' Away spent two years on the Billboard 200 and cemented Jarreau as one of the finest examples of the Los Angeles pop and R&B sound. The album won Jarreau the 1982 Grammy for Best Male Pop Vocal Performance. In all, he won ten Grammy Awards and was nominated 19 other times during his career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}