Information about plays

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

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

{
    "id": 3634281,
    "uri": "https://api.kexp.org/v2/plays/3634281/?format=api",
    "airdate": "2026-03-27T13:55:43-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5cb50d8-8897-4029-b9b3-32806df7e06d/9282848916-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5cb50d8-8897-4029-b9b3-32806df7e06d/9282848916-250.jpg",
    "song": "Bad Blood",
    "track_id": null,
    "recording_id": "914f6a27-fce4-4a75-9267-049b51a1b086",
    "artist": "Taylor Swift",
    "artist_ids": [
        "20244d07-534f-4eff-b4d4-930878889970"
    ],
    "album": "1989",
    "release_id": null,
    "release_group_id": "4d9ec1c2-58ec-48a4-aa0a-916718adead0",
    "labels": [
        "Big Machine Records"
    ],
    "label_ids": [
        "1a917e6f-54f5-4964-bebf-5d4e2442ceb4"
    ],
    "release_date": "2014-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a 2022 interview Blur frontman Damon Albarn accused Taylor Swift of not writing her own songs to which Swift responded:\n\n\"I write ALL of my own songs,\" she stated. She added, \"You don't have to like my songs but it's really f***d up to try and discredit my writing\". She concluded with a humorous postscript: \"PS I wrote this tweet all by myself in case you were wondering\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}