Information about plays

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

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

{
    "id": 3550922,
    "uri": "https://api.kexp.org/v2/plays/3550922/?format=api",
    "airdate": "2025-09-09T15:52:37-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "https://coverartarchive.org/release/96460751-30ef-46bf-8725-180adcf1f15b/41383850382-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96460751-30ef-46bf-8725-180adcf1f15b/41383850382-250.jpg",
    "song": "I Got My Mind Made Up",
    "track_id": null,
    "recording_id": "200cf00c-c141-484d-9355-75241b96cd4f",
    "artist": "Instant Funk",
    "artist_ids": [
        "1658b247-7a13-439f-911e-5791ba9df3d6"
    ],
    "album": "I Got My Mind Made Up",
    "release_id": null,
    "release_group_id": "b2863b35-562b-4369-8c6f-01834f035fd7",
    "labels": [
        "Salsoul Records"
    ],
    "label_ids": [
        "edb659b4-29cb-48f2-9d48-4fcfe9656e73"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Eric!\n---\nhttps://instantfunk.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}