Information about plays

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

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

{
    "id": 3570538,
    "uri": "https://api.kexp.org/v2/plays/3570538/?format=api",
    "airdate": "2025-10-27T07:45:36-07:00",
    "show": 64948,
    "show_uri": "https://api.kexp.org/v2/shows/64948/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ead8ba5-23ef-43d5-9ee3-8c0235ed4fba/33735463019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ead8ba5-23ef-43d5-9ee3-8c0235ed4fba/33735463019-250.jpg",
    "song": "I Got 5 on It",
    "track_id": null,
    "recording_id": "2a704738-508c-4f4d-84ba-f558216afb7c",
    "artist": "Luniz featuring Michael Marshall",
    "artist_ids": [
        "a8863d65-6f1e-43b0-b480-7dd85fd8339e",
        "fff8c6c7-b212-4724-8a3e-ec624031eb68"
    ],
    "album": "Operation Stackola",
    "release_id": null,
    "release_group_id": "59a832d9-6f3a-305d-8b16-0d87181b39bb",
    "labels": [
        "C‐Note Records"
    ],
    "label_ids": [
        "2bd53330-2e2d-4129-a9bd-7c9ada1abd70"
    ],
    "release_date": "1995-07-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The track samples Club Nouveau's \"Why You Treat Me So Bad\" (1987), Kool and the Gang's \"Jungle Boogie\" (1973) and Audio Two's \"Top Billin'\" (1987).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}