Information about plays

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

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

{
    "id": 3574886,
    "uri": "https://api.kexp.org/v2/plays/3574886/?format=api",
    "airdate": "2025-11-06T22:23:54-08:00",
    "show": 65041,
    "show_uri": "https://api.kexp.org/v2/shows/65041/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Superstar",
    "track_id": null,
    "recording_id": "2f0fbc75-6e89-4d37-b310-709026168e1b",
    "artist": "Carpenters",
    "artist_ids": [
        "4580d83b-093e-4241-91fb-2dd71f5f1f3f"
    ],
    "album": "Best of the Carpenters, Volume 1",
    "release_id": null,
    "release_group_id": "9a80ff5a-079e-3247-96a1-4e43dc9b1fb5",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}