Information about plays

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

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

{
    "id": 3648499,
    "uri": "https://api.kexp.org/v2/plays/3648499/?format=api",
    "airdate": "2026-04-30T01:26:56-07:00",
    "show": 66587,
    "show_uri": "https://api.kexp.org/v2/shows/66587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Knowledge Me",
    "track_id": null,
    "recording_id": "e15f8223-cb61-4e6b-9a9d-22e22a350ac9",
    "artist": "Original Concept",
    "artist_ids": [
        "f2a84b13-0ff1-4002-a3e4-fe4aa34d601f"
    ],
    "album": "Can You Feel It? / Knowledge Me",
    "release_id": null,
    "release_group_id": "ee4c77b0-598d-3fd0-a804-e7a0bebd68d3",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Original Concept was an American NYC hip-hop group from the 80's. They started out as the Concept Crew, a group who had a popular college radio show on 90.3 WBAU-FM back in the early 1980s.: https://www.last.fm/music/Original+Concept/+wiki",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}