Information about plays

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

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

{
    "id": 3656131,
    "uri": "https://api.kexp.org/v2/plays/3656131/?format=api",
    "airdate": "2026-05-17T20:48:46-07:00",
    "show": 66744,
    "show_uri": "https://api.kexp.org/v2/shows/66744/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell The World About It",
    "track_id": null,
    "recording_id": null,
    "artist": "Infinity",
    "artist_ids": [],
    "album": "Spread The Word",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Message Records"
    ],
    "label_ids": [
        "6080cc2e-a127-4d7b-9ff7-aabb2b1d1cfd"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Headed by Leonard Lothlen, Infinity released \"Tell The World About It\" in 1985 on the album Spread The Word.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}