Information about plays

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

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

{
    "id": 3590296,
    "uri": "https://api.kexp.org/v2/plays/3590296/?format=api",
    "airdate": "2025-12-12T21:09:22-08:00",
    "show": 65359,
    "show_uri": "https://api.kexp.org/v2/shows/65359/?format=api",
    "image_uri": "https://coverartarchive.org/release/68d9c27e-ce4c-4c8c-8e9b-032dfc8a6c2f/41778923556-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/68d9c27e-ce4c-4c8c-8e9b-032dfc8a6c2f/41778923556-250.jpg",
    "song": "Vaughn's Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Filah Lah Lah",
    "artist_ids": [
        "a78a670a-f51b-4415-b553-aa8b0a2f0a0b"
    ],
    "album": "Love Deep",
    "release_id": null,
    "release_group_id": "5b4e7a4d-6991-42db-8935-d8a6b6c44bae",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Filah lah lah is a singer/songwriter from Pretoria, South Africa. Her father was an avid lover of music, with tastes ranging from Jazz to funk – he made it a point for black music to pour into his children's ears.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}