Information about plays

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

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

{
    "id": 3542702,
    "uri": "https://api.kexp.org/v2/plays/3542702/?format=api",
    "airdate": "2025-08-21T01:21:01-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/89f6e145-6736-4d77-8add-eced52c02032/29407771942-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89f6e145-6736-4d77-8add-eced52c02032/29407771942-250.jpg",
    "song": "Action Groove",
    "track_id": null,
    "recording_id": "692eaf99-4dfb-4b15-ad7d-85e607ce44b5",
    "artist": "Georgia Anne Muldrow",
    "artist_ids": [
        "caf1cb4b-5bd0-4b4c-aecf-53de52cd18d1"
    ],
    "album": "Vweto III",
    "release_id": null,
    "release_group_id": "0503744a-18f8-4ac6-84e2-b5fc44c40dc2",
    "labels": [
        "Foreseen Entertainment"
    ],
    "label_ids": [
        "32f17c0d-e7c3-4667-a9fd-e4699e1db3e0"
    ],
    "release_date": "2021-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Georgia Anne Muldrow is an American soul and hip hop singer, producer, and songwriter from Los Angeles. In 2008, she co-founded the SomeOthaShip Connect record label with fellow artist and former husband Dudley Perkins.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}