Information about plays

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

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

{
    "id": 3593242,
    "uri": "https://api.kexp.org/v2/plays/3593242/?format=api",
    "airdate": "2025-12-19T21:53:07-08:00",
    "show": 65422,
    "show_uri": "https://api.kexp.org/v2/shows/65422/?format=api",
    "image_uri": "https://coverartarchive.org/release/91dfd771-c8ca-4ac6-89f4-85e2fa5bbfeb/20223769342-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/91dfd771-c8ca-4ac6-89f4-85e2fa5bbfeb/20223769342-250.jpg",
    "song": "Bossa",
    "track_id": null,
    "recording_id": "d9690391-51e1-4858-9a51-24f566992ff8",
    "artist": "Ahmed Malek",
    "artist_ids": [
        "b67690b2-a6e9-456f-b847-1d9bfbc13fbf"
    ],
    "album": "Habibi Funk (An Eclectic Selection of Music From the Arab World)",
    "release_id": null,
    "release_group_id": "1894b19e-8a4d-4570-8bbd-e2697975c9ae",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}