Information about plays

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

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

{
    "id": 3590458,
    "uri": "https://api.kexp.org/v2/plays/3590458/?format=api",
    "airdate": "2025-12-13T05:29:11-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "https://ia800706.us.archive.org/1/items/mbid-ac6c12d3-4d6e-4aa7-9018-ac067a1c83a4/mbid-ac6c12d3-4d6e-4aa7-9018-ac067a1c83a4-8579489215_thumb500.jpg",
    "thumbnail_uri": "https://ia800706.us.archive.org/1/items/mbid-ac6c12d3-4d6e-4aa7-9018-ac067a1c83a4/mbid-ac6c12d3-4d6e-4aa7-9018-ac067a1c83a4-8579489215_thumb250.jpg",
    "song": "To Be Someone (Didn’t We Have a Nice Time)",
    "track_id": "4739ff19-a247-4155-a89c-996709500fdd",
    "recording_id": "e3c2963e-e698-491b-95d8-9faffa33dd9b",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "All Mod Cons",
    "release_id": "ac6c12d3-4d6e-4aa7-9018-ac067a1c83a4",
    "release_group_id": "68a97464-1449-331a-b32c-89e0b4658aa9",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}