Information about plays

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

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

{
    "id": 3549742,
    "uri": "https://api.kexp.org/v2/plays/3549742/?format=api",
    "airdate": "2025-09-06T20:25:11-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8a551e5-1404-4216-8680-62b809a06d03/31873721432-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8a551e5-1404-4216-8680-62b809a06d03/31873721432-250.jpg",
    "song": "Send Your Heart to Me",
    "track_id": null,
    "recording_id": "ac6ed7bd-b264-4689-a2b0-2e4308cf133f",
    "artist": "The Bernhardts",
    "artist_ids": [
        "dc25c29a-d477-41cc-94a7-9d6f3d08d2b8"
    ],
    "album": "Moonglow",
    "release_id": null,
    "release_group_id": "a74d4e22-9d0d-43bd-99ad-11e039106022",
    "labels": [
        "Smiling C"
    ],
    "label_ids": [
        "aca579b4-5847-49b0-8ab5-4c252fa9aac0"
    ],
    "release_date": "2021-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}