Information about plays

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

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

{
    "id": 3601663,
    "uri": "https://api.kexp.org/v2/plays/3601663/?format=api",
    "airdate": "2026-01-08T03:14:00-08:00",
    "show": 65592,
    "show_uri": "https://api.kexp.org/v2/shows/65592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do I Love Her?",
    "track_id": null,
    "recording_id": "699026dc-13ff-4763-8f85-a428184d78cf",
    "artist": "DJ Quik featuring Suga Free",
    "artist_ids": [
        "542f4f08-4d8f-48db-a414-d3a33a62929f",
        "dba60855-62c2-4801-81cb-5450ac0ddbae"
    ],
    "album": "Balance & Options",
    "release_id": null,
    "release_group_id": "9e5a8111-562b-30c1-9ef2-04106388f80f",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2000-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}