Information about plays

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

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

{
    "id": 3521342,
    "uri": "https://api.kexp.org/v2/plays/3521342/?format=api",
    "airdate": "2025-07-01T19:37:32-07:00",
    "show": 63894,
    "show_uri": "https://api.kexp.org/v2/shows/63894/?format=api",
    "image_uri": "https://coverartarchive.org/release/c0dfe111-b070-4a44-ab7c-da20e079e5e5/2277267548-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c0dfe111-b070-4a44-ab7c-da20e079e5e5/2277267548-250.jpg",
    "song": "New Mexico",
    "track_id": null,
    "recording_id": "79b013b9-f389-49cd-96c6-2e2d52ebf2cd",
    "artist": "Sammy Barbot",
    "artist_ids": [
        "6fbb6aaf-e2ca-40e0-8ae0-27b2b71adab3"
    ],
    "album": "New Mexico",
    "release_id": null,
    "release_group_id": "df1cd984-8d13-4d9b-a1c4-50062c356abe",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Groovy single from this artist born in Le Lamentin, Martinique who made a career in music in Italy starting in the late 1960s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}