Information about plays

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

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

{
    "id": 3551425,
    "uri": "https://api.kexp.org/v2/plays/3551425/?format=api",
    "airdate": "2025-09-10T20:54:03-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "https://coverartarchive.org/release/a078e78e-a063-41cc-9740-07aa7f82b845/23078494486-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a078e78e-a063-41cc-9740-07aa7f82b845/23078494486-250.jpg",
    "song": "Ferris Wheel",
    "track_id": null,
    "recording_id": "e34436dc-b333-4cb3-b494-f73840437ab0",
    "artist": "Donovan",
    "artist_ids": [
        "72d7d717-0837-4f2a-9641-d0f9fdd3acf7"
    ],
    "album": "Sunshine Superman",
    "release_id": null,
    "release_group_id": "092eedd3-b8e2-33a6-8a9b-e9788e060886",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1966-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}