Information about plays

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

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

{
    "id": 3595525,
    "uri": "https://api.kexp.org/v2/plays/3595525/?format=api",
    "airdate": "2025-12-24T21:01:10-08:00",
    "show": 65467,
    "show_uri": "https://api.kexp.org/v2/shows/65467/?format=api",
    "image_uri": "https://coverartarchive.org/release/28d302ff-4b5a-4eb1-8223-c507032e2c92/12578157975-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/28d302ff-4b5a-4eb1-8223-c507032e2c92/12578157975-250.jpg",
    "song": "Nature Boy",
    "track_id": null,
    "recording_id": null,
    "artist": "Gandalf",
    "artist_ids": [
        "0e49cfc8-6c12-426d-8985-5005f9256e18"
    ],
    "album": "Gandalf",
    "release_id": null,
    "release_group_id": "718cee54-1a72-3965-aaad-f8ea78633118",
    "labels": [],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gandalf were a short-lived American psychedelic rock band formed in 1965 in New York City. The band only released one studio album, the self-titled Gandalf.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}