Information about plays

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

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

{
    "id": 3545245,
    "uri": "https://api.kexp.org/v2/plays/3545245/?format=api",
    "airdate": "2025-08-26T22:57:44-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d0a2b30-bde8-4aff-b751-819630bea614/13496388155-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d0a2b30-bde8-4aff-b751-819630bea614/13496388155-250.jpg",
    "song": "Put Your Records On",
    "track_id": null,
    "recording_id": "a2ca096d-b51b-4bd5-bda0-a0875c5f9657",
    "artist": "Corinne Bailey Rae",
    "artist_ids": [
        "bc85c6f6-6b06-44c1-8754-ef32c1e6b824"
    ],
    "album": "Put Your Records On",
    "release_id": null,
    "release_group_id": "2adfaf31-e7a9-30f6-8ada-2872ce37073c",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2006-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut Songs feature! \nhttps://corinnebaileyrae.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}