Information about plays

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

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

{
    "id": 3544137,
    "uri": "https://api.kexp.org/v2/plays/3544137/?format=api",
    "airdate": "2025-08-24T09:00:15-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/05a72f6b-68d1-4c28-8e1d-31b7405eebb6/36138067488-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05a72f6b-68d1-4c28-8e1d-31b7405eebb6/36138067488-250.jpg",
    "song": "Rock On",
    "track_id": null,
    "recording_id": null,
    "artist": "David Essex",
    "artist_ids": [
        "822e180a-061a-4da0-a1f3-35e8bdf5f240"
    ],
    "album": "Rock On",
    "release_id": null,
    "release_group_id": "dc5a0dcf-c21f-3f17-ae77-028bbe389211",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Legendary session musician Herbie Flowers came up with the double tracked bass line that was similar to his work on Lou Reed’s Walk on the Wild Side. For his efforts, he earnt double his usual rate.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}