Information about plays

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

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

{
    "id": 3604904,
    "uri": "https://api.kexp.org/v2/plays/3604904/?format=api",
    "airdate": "2026-01-16T02:07:05-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What a Diff’rence a Day Made",
    "track_id": null,
    "recording_id": "b99629bd-4d92-4842-a010-00c47d6cd409",
    "artist": "Dinah Washington",
    "artist_ids": [
        "d385947d-c00d-4311-9cf1-a032a1d4040b"
    ],
    "album": "What a Diff’rence a Day Made",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [],
    "release_date": "1959-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"What a Diff'rence a Day Made\", also recorded as \"What a Difference a Day Makes\", is a popular song originally written in Spanish by María Grever, a Mexican songwriter, in 1934 with the title \"Cuando vuelva a tu lado\" (\"When I Return to Your Side\") and first recorded by Orquesta Pedro.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}