Information about plays

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

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

{
    "id": 3620769,
    "uri": "https://api.kexp.org/v2/plays/3620769/?format=api",
    "airdate": "2026-02-22T10:32:36-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "https://coverartarchive.org/release/29dc2757-ddf0-49e4-a931-41d2333739a7/5439626930-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29dc2757-ddf0-49e4-a931-41d2333739a7/5439626930-250.jpg",
    "song": "I'm Your Kingpin",
    "track_id": null,
    "recording_id": "054d336d-27b2-456f-ad69-ae2b0284a5d6",
    "artist": "Manfred Mann",
    "artist_ids": [
        "06b6f280-8787-4a3d-8ab6-c6487b465320"
    ],
    "album": "The Five Faces of Manfred Mann",
    "release_id": null,
    "release_group_id": "c460c582-7463-38bd-8bdd-9d0c5352c5cc",
    "labels": [
        "His Master’s Voice"
    ],
    "label_ids": [
        "7d0162a9-2636-46f2-b0e8-a9336075eee2"
    ],
    "release_date": "1964-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the few original songs on this album inspired by the R&B they would cover on the rest of this excellent album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}