Information about plays

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

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

{
    "id": 3554012,
    "uri": "https://api.kexp.org/v2/plays/3554012/?format=api",
    "airdate": "2025-09-17T02:19:48-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia902902.us.archive.org/16/items/mbid-8101fc2c-a9d1-420e-a5e0-55f66815213f/mbid-8101fc2c-a9d1-420e-a5e0-55f66815213f-24224730541_thumb500.jpg",
    "thumbnail_uri": "https://ia902902.us.archive.org/16/items/mbid-8101fc2c-a9d1-420e-a5e0-55f66815213f/mbid-8101fc2c-a9d1-420e-a5e0-55f66815213f-24224730541_thumb250.jpg",
    "song": "Freedom Ride",
    "track_id": "f12c02e2-b28c-3c2b-b142-bdba33072ec3",
    "recording_id": "14b93663-c220-4a49-ae1f-68573b01797f",
    "artist": "The Halo Benders",
    "artist_ids": [
        "859c297a-f739-45f2-ac58-401eeb2d017f"
    ],
    "album": "God Don’t Make No Junk",
    "release_id": "8101fc2c-a9d1-420e-a5e0-55f66815213f",
    "release_group_id": "96494b0e-a4de-3ed4-a1d7-54a8b7a7d1e7",
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}