Information about plays

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

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

{
    "id": 3544145,
    "uri": "https://api.kexp.org/v2/plays/3544145/?format=api",
    "airdate": "2025-08-24T09:30:54-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c169002-f982-4df4-b695-10964f45f549/6539654788-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c169002-f982-4df4-b695-10964f45f549/6539654788-250.jpg",
    "song": "I Can Help",
    "track_id": null,
    "recording_id": "06d3ae2c-2844-4f4e-9fa2-c03227c9d5e5",
    "artist": "Billy Swan",
    "artist_ids": [
        "fa1a5b71-965b-4f4f-bc93-d7920889e335"
    ],
    "album": "I Can Help",
    "release_id": null,
    "release_group_id": "588303e2-feb9-3055-9e58-2b881625bcce",
    "labels": [
        "Monument"
    ],
    "label_ids": [
        "8f5e33fd-2e2f-42ca-922c-e47fb62601e1"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swan wrote this song using a drum machine preset titled, “Rock” in his converted closet in his Nashville home.\nhttps://www.soundonsound.com/techniques/classic-tracks-billy-swan-can-help",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}