Information about plays

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

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

{
    "id": 3592318,
    "uri": "https://api.kexp.org/v2/plays/3592318/?format=api",
    "airdate": "2025-12-17T15:27:30-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "https://coverartarchive.org/release/2218d724-b3ca-4f9f-99d1-4d0708ce213e/3771173683-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2218d724-b3ca-4f9f-99d1-4d0708ce213e/3771173683-250.jpg",
    "song": "Get It Right",
    "track_id": null,
    "recording_id": "badc3b24-2223-43bf-9d32-9552f329c282",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Get It Right",
    "release_id": null,
    "release_group_id": "2cda9fbd-e6dd-3f49-a9be-244fd511f1ae",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}