Information about plays

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

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

{
    "id": 3547773,
    "uri": "https://api.kexp.org/v2/plays/3547773/?format=api",
    "airdate": "2025-09-02T00:48:38-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/144313c9-ecc4-4677-9d78-60d3ffb2773d/37798279048-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/144313c9-ecc4-4677-9d78-60d3ffb2773d/37798279048-250.jpg",
    "song": "Idle Space",
    "track_id": null,
    "recording_id": null,
    "artist": "Alex Albrecht & Grant",
    "artist_ids": [],
    "album": "Tangible Dreams",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Oath"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stellar deep house - https://oathcreations.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}