Information about plays

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

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

{
    "id": 3553619,
    "uri": "https://api.kexp.org/v2/plays/3553619/?format=api",
    "airdate": "2025-09-16T04:02:22-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee9f7554-25f0-47a6-a45f-3e50c6cc8d0e/41588614476-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ee9f7554-25f0-47a6-a45f-3e50c6cc8d0e/41588614476-250.jpg",
    "song": "Drip",
    "track_id": null,
    "recording_id": "101d501f-1c50-4f2d-9d9f-fdae8bff9665",
    "artist": "Kaitlyn Aurelia Smith",
    "artist_ids": [
        "61b94735-8bb8-4c25-b263-b3c95f472d8b"
    ],
    "album": "GUSH",
    "release_id": null,
    "release_group_id": "31413b84-5a9e-42a1-9f40-80c1756884da",
    "labels": [
        "Nettwerk Music Group Inc."
    ],
    "label_ids": [
        "9af80f94-5a43-4e8d-8e93-5facddcd65e7"
    ],
    "release_date": "2025-08-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Aaron in CT!\n\nKaitlyn Aurelia Smith, based in Los Angeles by way of Orcas Island, is a Berklee College of Music alumnus.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}