Information about plays

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

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

{
    "id": 3628067,
    "uri": "https://api.kexp.org/v2/plays/3628067/?format=api",
    "airdate": "2026-03-12T09:43:50-07:00",
    "show": 66159,
    "show_uri": "https://api.kexp.org/v2/shows/66159/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d9261fd-5133-4ce0-98fc-cceea6eb38a4/12264197000-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d9261fd-5133-4ce0-98fc-cceea6eb38a4/12264197000-250.jpg",
    "song": "The Look of Love",
    "track_id": null,
    "recording_id": "991257e8-8bf2-4059-8cb9-0da6d5bdc598",
    "artist": "ABC",
    "artist_ids": [
        "87199477-b0df-4ead-84ee-9b54b4abfc3d"
    ],
    "album": "The Look of Love",
    "release_id": null,
    "release_group_id": "98a2de43-9352-41da-9e80-94ef26050e6c",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1982-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kexp.org/donate/\n\n ABC, led by the charismatic Martin Fry, was formed in Sheffield in the 1980’s . Wanting to fuse the world of disco funk with their own unique new romantic, post punk vision, ABC’s debut ‘The Lexicon Of Love’ went to #1 and sold over a million records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}