Information about plays

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

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

{
    "id": 3581495,
    "uri": "https://api.kexp.org/v2/plays/3581495/?format=api",
    "airdate": "2025-11-22T16:26:56-08:00",
    "show": 65181,
    "show_uri": "https://api.kexp.org/v2/shows/65181/?format=api",
    "image_uri": "https://coverartarchive.org/release/a32b59e4-1724-4a85-9f30-38ac745827e0/27699534893-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a32b59e4-1724-4a85-9f30-38ac745827e0/27699534893-250.jpg",
    "song": "Voodoo Ray",
    "track_id": null,
    "recording_id": "68a176f3-5a57-4761-ab2e-2dbe95e394fe",
    "artist": "A Guy Called Gerald",
    "artist_ids": [
        "b343730d-a34e-44d5-9191-a83f00231716"
    ],
    "album": "Voodoo Ray",
    "release_id": null,
    "release_group_id": "7aac6490-ecee-31ab-ac57-a44952619003",
    "labels": [
        "A Guy Called Gerald Music"
    ],
    "label_ids": [
        "490f8eda-3af2-47a7-9d6c-dd83035aa1ab"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gerald Rydel Simpson, better known as A Guy Called Gerald, is a British record producer and musician. He was an early member of the electronic group 808 State.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}