Information about plays

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

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

{
    "id": 3544518,
    "uri": "https://api.kexp.org/v2/plays/3544518/?format=api",
    "airdate": "2025-08-25T05:29:50-07:00",
    "show": 64383,
    "show_uri": "https://api.kexp.org/v2/shows/64383/?format=api",
    "image_uri": "https://ia600904.us.archive.org/2/items/mbid-4237b0b5-9dc2-47ee-9ea0-7735da09bf7d/mbid-4237b0b5-9dc2-47ee-9ea0-7735da09bf7d-33602154545_thumb500.jpg",
    "thumbnail_uri": "https://ia600904.us.archive.org/2/items/mbid-4237b0b5-9dc2-47ee-9ea0-7735da09bf7d/mbid-4237b0b5-9dc2-47ee-9ea0-7735da09bf7d-33602154545_thumb250.jpg",
    "song": "Such Great Heights",
    "track_id": "15e03689-619d-3a5c-bf79-ff274849c1c3",
    "recording_id": "ee39e8ae-e267-448f-a60a-9e0ee358c0a4",
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Such Great Heights",
    "release_id": "4237b0b5-9dc2-47ee-9ea0-7735da09bf7d",
    "release_group_id": "fc16aeb6-9402-355b-92ab-899ded4fb772",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2003-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iron & Wine covered this song by The Postal Service and was originally included on TPS' single of the song, which included both versions. It was later included on the Garden State soundtrack the following year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}