Information about plays

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

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

{
    "id": 3636918,
    "uri": "https://api.kexp.org/v2/plays/3636918/?format=api",
    "airdate": "2026-04-02T15:38:20-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let’s Get It On",
    "track_id": null,
    "recording_id": "de0da527-e4c9-4678-ae57-a067fc1d528d",
    "artist": "Jack Black",
    "artist_ids": [
        "caf8a53e-7f43-4be4-95d6-18d55e1f6e18"
    ],
    "album": "High Fidelity",
    "release_id": null,
    "release_group_id": "2c6ebb4a-f77a-3004-a872-0bc12c47d72b",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't you love this movie ...and this Marvin Gaye cover?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}