Information about plays

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

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

{
    "id": 3579524,
    "uri": "https://api.kexp.org/v2/plays/3579524/?format=api",
    "airdate": "2025-11-17T20:06:25-08:00",
    "show": 65140,
    "show_uri": "https://api.kexp.org/v2/shows/65140/?format=api",
    "image_uri": "https://coverartarchive.org/release/7b7c7709-5632-427d-9854-2952d6cc14b3/40455582788-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7b7c7709-5632-427d-9854-2952d6cc14b3/40455582788-250.jpg",
    "song": "JOROPO",
    "track_id": null,
    "recording_id": "eed9719a-ec29-4c26-9199-c49d4ceaa345",
    "artist": "Judeline",
    "artist_ids": [
        "b828d419-2928-4286-9509-5d920d524358"
    ],
    "album": "Bodhiria",
    "release_id": null,
    "release_group_id": "064949d8-ab8f-43e7-b755-ece98dafc212",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2024-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}