Information about plays

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

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

{
    "id": 3542747,
    "uri": "https://api.kexp.org/v2/plays/3542747/?format=api",
    "airdate": "2025-08-21T03:52:57-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/34bf0064-0b15-4759-9964-d177c58fc7d8/19800314051-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34bf0064-0b15-4759-9964-d177c58fc7d8/19800314051-250.jpg",
    "song": "Miss Black America",
    "track_id": null,
    "recording_id": "f999fd70-f657-4d9b-b45d-e6c1def57acf",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Curtis",
    "release_id": null,
    "release_group_id": "0c24e81f-b710-3e24-a4fa-12950e153585",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1970-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}