Information about plays

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

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

{
    "id": 3572318,
    "uri": "https://api.kexp.org/v2/plays/3572318/?format=api",
    "airdate": "2025-10-31T19:01:24-07:00",
    "show": 64986,
    "show_uri": "https://api.kexp.org/v2/shows/64986/?format=api",
    "image_uri": "https://coverartarchive.org/release/5039783f-6372-4be1-b92a-a1e5dba4a1c4/35357572858-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5039783f-6372-4be1-b92a-a1e5dba4a1c4/35357572858-250.jpg",
    "song": "Lady",
    "track_id": null,
    "recording_id": "c06c971a-7d74-43f7-a16b-2ce892e67f4d",
    "artist": "Fela Kuti & Afrika 70",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a",
        "dc45f2dc-ef36-4a7a-aa52-97495fca8ced"
    ],
    "album": "Lady",
    "release_id": null,
    "release_group_id": "e74434c3-aeb6-4fba-ad19-1209e0da1a45",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-01-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Starting off with origins of Afrobeat & Highlife in This set!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}