Information about plays

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

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

{
    "id": 3576232,
    "uri": "https://api.kexp.org/v2/plays/3576232/?format=api",
    "airdate": "2025-11-10T00:34:34-08:00",
    "show": 65069,
    "show_uri": "https://api.kexp.org/v2/shows/65069/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lesiman",
    "track_id": null,
    "recording_id": null,
    "artist": "Messaggio 73",
    "artist_ids": [
        "a03a1aee-d2b3-4617-887a-2ef183b74d4a"
    ],
    "album": "Una ragione per vivere",
    "release_id": null,
    "release_group_id": "23004921-c14c-4e55-af3f-87c027dd32be",
    "labels": [
        "Rusty Records"
    ],
    "label_ids": [
        "1355671e-0c01-4daa-b7fc-7b0bbc9daba3"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}