Information about plays

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

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

{
    "id": 3659005,
    "uri": "https://api.kexp.org/v2/plays/3659005/?format=api",
    "airdate": "2026-05-24T14:16:13-07:00",
    "show": 66803,
    "show_uri": "https://api.kexp.org/v2/shows/66803/?format=api",
    "image_uri": "https://coverartarchive.org/release/ec4156f0-567f-4a39-ae61-a278cacaa7ad/32448023933-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ec4156f0-567f-4a39-ae61-a278cacaa7ad/32448023933-250.jpg",
    "song": "Return of the Mack (C&J Street mix)",
    "track_id": null,
    "recording_id": "99316ec6-229a-4281-8de4-c56539b88697",
    "artist": "Mark Morrison",
    "artist_ids": [
        "1ecc1f71-2512-442a-a85e-3c79d9ddc5cc"
    ],
    "album": "Return of the Mack",
    "release_id": null,
    "release_group_id": "57b6c179-7e0a-3c10-96d1-3e598ab60241",
    "labels": [
        "WEA Records"
    ],
    "label_ids": [
        "9cb71385-b33b-465b-bec6-72de85b6a7e1"
    ],
    "release_date": "1996-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track sampled Genius of Love! It also features vocals from Angie Brown",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}