Information about plays

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

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

{
    "id": 3576242,
    "uri": "https://api.kexp.org/v2/plays/3576242/?format=api",
    "airdate": "2025-11-10T01:08:01-08:00",
    "show": 65090,
    "show_uri": "https://api.kexp.org/v2/shows/65090/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d16162d-34ba-3fd2-bd16-d39c54212d90/5803423100-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d16162d-34ba-3fd2-bd16-d39c54212d90/5803423100-250.jpg",
    "song": "Paco de Lucía",
    "track_id": null,
    "recording_id": "d7c2116b-7cef-4644-b65a-f5b00cd556f5",
    "artist": "Joe Pass",
    "artist_ids": [
        "2f43e416-f1bf-4f04-8853-a0019aa12441"
    ],
    "album": "Virtuoso #3",
    "release_id": null,
    "release_group_id": "11b7c358-3506-3a25-ad35-6a3580427962",
    "labels": [
        "Pablo"
    ],
    "label_ids": [
        "d828e118-efa4-466e-bbd9-d38754251359"
    ],
    "release_date": "1992-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Solo works from the guitar virtuoso paying tribute to the Spanish Flamenco guitarist",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}