Information about plays

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

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

{
    "id": 3591111,
    "uri": "https://api.kexp.org/v2/plays/3591111/?format=api",
    "airdate": "2025-12-14T18:57:19-08:00",
    "show": 65379,
    "show_uri": "https://api.kexp.org/v2/shows/65379/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Remind Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Candy McKenzie",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Intense"
    ],
    "label_ids": [
        "63f2c9d3-85ab-4261-a953-259bc4b9c621"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK vocalist Candy McKenzie released her rendition of Patrice Rushen's \"Remind Me\" in 1983.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}