Information about plays

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

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

{
    "id": 3588448,
    "uri": "https://api.kexp.org/v2/plays/3588448/?format=api",
    "airdate": "2025-12-08T10:01:25-08:00",
    "show": 65323,
    "show_uri": "https://api.kexp.org/v2/shows/65323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here, There and Everywhere",
    "track_id": "561bfd57-de2f-3e40-880a-28b759777ef2",
    "recording_id": "0bc0d92b-5b30-4f51-9da0-6164bbf7f448",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Revolver",
    "release_id": "1346c77f-3f2e-36ed-bc95-fde8c946f986",
    "release_group_id": "72d15666-99a7-321e-b1f3-a3f8c09dff9f",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2009-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Here, There And Everywhere” is Paul McCartney’s favorite of his own compositions as well as the only song John Lennon ever complimented his songwriting abilities on. In a September 2018 interview on 60 Minutes, McCartney breaks down the well-documented competitiveness with Lennon.\n“It was ‘Here, There And Everywhere’,” McCartney reveals. “John says just as it finishes, ‘That’s a really good song, lad. I love that song.’ And I’m like, ‘Yes! He likes it!‘”\n\nMojo Magazine calls this the fourth best song ever written.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}