Information about plays

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

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

{
    "id": 3576581,
    "uri": "https://api.kexp.org/v2/plays/3576581/?format=api",
    "airdate": "2025-11-10T22:24:10-08:00",
    "show": 65077,
    "show_uri": "https://api.kexp.org/v2/shows/65077/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ffe5950-6c68-4b86-a7c3-0b8341cac732/14804595319-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ffe5950-6c68-4b86-a7c3-0b8341cac732/14804595319-250.jpg",
    "song": "Femme Fatale",
    "track_id": null,
    "recording_id": null,
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Duran Duran",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [],
    "release_date": "1993-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Velvet Underground cover)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}