Information about plays

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

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

{
    "id": 3593556,
    "uri": "https://api.kexp.org/v2/plays/3593556/?format=api",
    "airdate": "2025-12-20T17:25:44-08:00",
    "show": 65431,
    "show_uri": "https://api.kexp.org/v2/shows/65431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "These Worries",
    "track_id": "ffd5922e-326a-36c2-ba38-c9b09fe489eb",
    "recording_id": "c7c9ce2d-c0f4-45b7-937e-df82f0265827",
    "artist": "Kid Cudi feat. Mary J. Blige",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875",
        "e0e1db18-f7ba-4dee-95ff-7ae8cf545460"
    ],
    "album": "Man on the Moon II: The Legend of Mr. Rager",
    "release_id": "72d5c117-fb28-4662-92bf-b3b29debec71",
    "release_group_id": "b7717649-9d68-4665-aa4a-6f4ba7b7e0ea",
    "labels": [
        "Universal Motown"
    ],
    "label_ids": [
        "c5cf2442-0b01-4359-8f15-9fa2d830ae15"
    ],
    "release_date": "2010-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}