Information about plays

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

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

{
    "id": 3603777,
    "uri": "https://api.kexp.org/v2/plays/3603777/?format=api",
    "airdate": "2026-01-13T08:56:13-08:00",
    "show": 65639,
    "show_uri": "https://api.kexp.org/v2/shows/65639/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Telephone Is Empty",
    "track_id": "de22550a-7609-3298-be32-9f2f57e1a206",
    "recording_id": "0e5be5a0-af6d-415d-beb7-7cfa22dc90fd",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Earth · Sun · Moon",
    "release_id": "282c39bb-aebb-4a13-a270-8e3fa8989761",
    "release_group_id": "7e71cdab-b756-30d1-85be-7f300eced481",
    "labels": [],
    "label_ids": [],
    "release_date": "1987-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love and Rockets’ ‘Earth, Sun, Moon’, released in 1987, is our album of the week!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}