Information about plays

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

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

{
    "id": 3573213,
    "uri": "https://api.kexp.org/v2/plays/3573213/?format=api",
    "airdate": "2025-11-02T18:57:44-08:00",
    "show": 65006,
    "show_uri": "https://api.kexp.org/v2/shows/65006/?format=api",
    "image_uri": "https://coverartarchive.org/release/5ec9de13-8584-4f93-be6d-8c181214be19/14933614695-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5ec9de13-8584-4f93-be6d-8c181214be19/14933614695-250.jpg",
    "song": "Keep On Moving",
    "track_id": null,
    "recording_id": "5c2805f7-13c5-4a09-99a2-5c4625faf96a",
    "artist": "Eumir Deodato",
    "artist_ids": [
        "4b6d948c-372d-44e0-ba09-a649cc0e5c76"
    ],
    "album": "Happy Hour",
    "release_id": null,
    "release_group_id": "12f59a7b-3117-3e26-9f1a-b7005eef625f",
    "labels": [
        "Warner Bros."
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eumir Deodato released \"Keep On Moving\" in 1982 on the album, Happy Hour. \n\nEumir Deodato de Almeida is a Brazilian pianist, composer, arranger and record producer, primarily in jazz but who is known for his eclectic melding of genres, such as pop, rock, disco, rhythm and blues, classical, Latin and bossa nova.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}