Information about plays

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

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

{
    "id": 3550982,
    "uri": "https://api.kexp.org/v2/plays/3550982/?format=api",
    "airdate": "2025-09-09T19:47:44-07:00",
    "show": 64520,
    "show_uri": "https://api.kexp.org/v2/shows/64520/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ad6dae2-cf44-41e9-8fe0-b9328e5c587c/1111177104-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ad6dae2-cf44-41e9-8fe0-b9328e5c587c/1111177104-250.jpg",
    "song": "Saudade",
    "track_id": null,
    "recording_id": "c614f778-6793-4efc-b029-d7d3fb69940a",
    "artist": "Cesária Évora",
    "artist_ids": [
        "ceafdf2f-bc18-4b99-8c71-d1834b0065c3"
    ],
    "album": "Duos Taratata, Volume 2",
    "release_id": null,
    "release_group_id": "5acb0276-b51f-36b3-bc05-0d158ed95fb2",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}