Information about plays

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

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

{
    "id": 3633714,
    "uri": "https://api.kexp.org/v2/plays/3633714/?format=api",
    "airdate": "2026-03-26T02:27:17-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/5729f462-c759-4259-89d4-95859c782b48/32873469488-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5729f462-c759-4259-89d4-95859c782b48/32873469488-250.jpg",
    "song": "Drink on Me",
    "track_id": null,
    "recording_id": "f522dbdd-6f37-4ca0-a9ba-01c810251e97",
    "artist": "Teulé",
    "artist_ids": [
        "1efd087a-1506-41d6-a735-3f65e68e08c1"
    ],
    "album": "Drink on Me",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1990 Kerri Chandler production features looped vocals from Sylvester's version of \"Over and Over\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}