Information about plays

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

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

{
    "id": 3565332,
    "uri": "https://api.kexp.org/v2/plays/3565332/?format=api",
    "airdate": "2025-10-15T08:23:53-07:00",
    "show": 64840,
    "show_uri": "https://api.kexp.org/v2/shows/64840/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb7ba508-f362-4678-8b56-90ae19b2a888/30021532330-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb7ba508-f362-4678-8b56-90ae19b2a888/30021532330-250.jpg",
    "song": "Pump It Up",
    "track_id": null,
    "recording_id": "70b7efd0-323e-4d3e-b470-ed5ae85997d8",
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "This Year’s Model",
    "release_id": null,
    "release_group_id": "5e8117f4-a87f-3732-be5f-313c7e5b308d",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "1978-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Brandon in Milwaukee. Enjoy the show on Friday!\n\nElvis Costello remains one of the most evocative, innovative, and gifted songwriters of all time, with songs that offer highly personal takes on love and politics. His career spans over four decades, taking on a variety of genres, ranging from punk rock to baroque pop and everything in-between.\n\nhttps://elviscostello.bandcamp.com\nhttps://elviscostello.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}