Information about plays

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

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

{
    "id": 3576123,
    "uri": "https://api.kexp.org/v2/plays/3576123/?format=api",
    "airdate": "2025-11-09T18:48:33-08:00",
    "show": 65067,
    "show_uri": "https://api.kexp.org/v2/shows/65067/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6507c51-520b-443d-a6f7-550823068140/20554212221-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6507c51-520b-443d-a6f7-550823068140/20554212221-250.jpg",
    "song": "I Don’t Know What to Do With Myself",
    "track_id": null,
    "recording_id": "5b5ea503-6dea-4a03-9477-cd99125874ca",
    "artist": "Tim Maia",
    "artist_ids": [
        "446ac261-09ae-43f4-a7e1-2c753c0813ce"
    ],
    "album": "Tim Maia",
    "release_id": null,
    "release_group_id": "c040f294-d25d-46bb-ba21-111cc1207671",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brazilian musician and songwriter Tim Maia released \"I Don't Know What To Do With Myself\" in 1971.\n\nMaia contributed to Brazilian music within a wide variety of musical genres, including soul, funk, disco, rock and roll, rhythm and blues, romantic ballads, samba, bossa nova, baião and música popular brasileira (MPB). He introduced the soul style on the Brazilian musical scene. Along with Jorge Ben, Maia pioneered samba rock and samba funk, combining samba, soul, funk and rock and roll. He is recognized as one of the biggest icons in Brazilian music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}