Information about plays

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

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

{
    "id": 3551943,
    "uri": "https://api.kexp.org/v2/plays/3551943/?format=api",
    "airdate": "2025-09-12T03:25:09-07:00",
    "show": 64538,
    "show_uri": "https://api.kexp.org/v2/shows/64538/?format=api",
    "image_uri": "https://ia802900.us.archive.org/5/items/mbid-e1b8b36f-5994-496a-b56c-e99e4fabebee/mbid-e1b8b36f-5994-496a-b56c-e99e4fabebee-25457876153_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/5/items/mbid-e1b8b36f-5994-496a-b56c-e99e4fabebee/mbid-e1b8b36f-5994-496a-b56c-e99e4fabebee-25457876153_thumb250.jpg",
    "song": "Muscle'n Flo",
    "track_id": "e8c0e1d0-2f5f-3a61-9988-fcacedd4f0da",
    "recording_id": "55a21d7b-22e6-4b4c-a9ec-46eb6d957433",
    "artist": "Menomena",
    "artist_ids": [
        "ad386705-fb8c-40ec-94d7-e690e079e979"
    ],
    "album": "Friend and Foe",
    "release_id": "e1b8b36f-5994-496a-b56c-e99e4fabebee",
    "release_group_id": "99fc5473-bc71-3d34-a4c4-58ffd40bfce1",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2007-01-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}