Information about plays

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

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

{
    "id": 3551559,
    "uri": "https://api.kexp.org/v2/plays/3551559/?format=api",
    "airdate": "2025-09-11T04:02:02-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://ia601302.us.archive.org/9/items/mbid-a8d724e0-feca-4ab0-808d-4fb22a7cee9d/mbid-a8d724e0-feca-4ab0-808d-4fb22a7cee9d-11801448384_thumb500.jpg",
    "thumbnail_uri": "https://ia601302.us.archive.org/9/items/mbid-a8d724e0-feca-4ab0-808d-4fb22a7cee9d/mbid-a8d724e0-feca-4ab0-808d-4fb22a7cee9d-11801448384_thumb250.jpg",
    "song": "(The Angels Wanna Wear My) Red Shoes",
    "track_id": "562cd7f6-2d22-3c3f-b302-624af90b45bf",
    "recording_id": "90e9dad7-f3f1-428e-9d7c-014916cb97df",
    "artist": "Elvis Costello",
    "artist_ids": [
        "8a338e06-d182-46f2-bd16-30a09bc840ba"
    ],
    "album": "My Aim Is True",
    "release_id": "88cc1952-cf05-3af8-b576-055a42e6757e",
    "release_group_id": "c7a4740f-2729-3895-8498-08c521886a95",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}