Information about plays

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

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

{
    "id": 3555193,
    "uri": "https://api.kexp.org/v2/plays/3555193/?format=api",
    "airdate": "2025-09-19T23:01:51-07:00",
    "show": 64606,
    "show_uri": "https://api.kexp.org/v2/shows/64606/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7e39652-4da4-46b2-a5cc-67f8b1739319/41800788688-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7e39652-4da4-46b2-a5cc-67f8b1739319/41800788688-250.jpg",
    "song": "Keep Counting",
    "track_id": null,
    "recording_id": "0236ec4c-c4c2-4e41-bd88-6e30af0181c2",
    "artist": "Bobbyy x DERO feat. 20ffi6al",
    "artist_ids": [
        "62c16609-9256-45fd-a3a3-7d4afed4c571",
        "b0240f3e-c2ee-4337-87e3-22c8aaf0398e",
        "9dfcda5b-c8ed-43ea-ac97-dc5a00618eab"
    ],
    "album": "20/40",
    "release_id": null,
    "release_group_id": "7f787e11-49df-491a-948b-136dcac03506",
    "labels": [
        "Stone Pixels Records"
    ],
    "label_ids": [
        "d57491c7-d7a9-49e1-b629-a256b0c0ebae"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}