Information about plays

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

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

{
    "id": 3582086,
    "uri": "https://api.kexp.org/v2/plays/3582086/?format=api",
    "airdate": "2025-11-23T21:37:51-08:00",
    "show": 65192,
    "show_uri": "https://api.kexp.org/v2/shows/65192/?format=api",
    "image_uri": "https://coverartarchive.org/release/37d2dc5d-7050-4b36-8a8c-8ed2ae986860/40536863382-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/37d2dc5d-7050-4b36-8a8c-8ed2ae986860/40536863382-250.jpg",
    "song": "Encauce Destellante",
    "track_id": null,
    "recording_id": "061a2eab-1c55-4264-aa3f-dd9a995c505d",
    "artist": "Lechuga Zafiro",
    "artist_ids": [
        "fcb65ea5-5c9a-465b-a48e-12dcd7f7caf4"
    ],
    "album": "Desde los oídos de un sapo",
    "release_id": null,
    "release_group_id": "4d2e399c-777c-4316-9f46-d212456ba646",
    "labels": [
        "TraTraTrax"
    ],
    "label_ids": [
        "e2389d17-9b7b-4c50-8029-1e4ebf455d48"
    ],
    "release_date": "2024-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}