Information about plays

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

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

{
    "id": 3544701,
    "uri": "https://api.kexp.org/v2/plays/3544701/?format=api",
    "airdate": "2025-08-25T16:13:35-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "https://coverartarchive.org/release/93f13ed4-4289-4cbc-9eb4-2b8fd757679e/15203070358-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/93f13ed4-4289-4cbc-9eb4-2b8fd757679e/15203070358-250.jpg",
    "song": "Nights Of Pleasure",
    "track_id": null,
    "recording_id": "1f911e0c-1ab3-4b28-bf34-b588009be2ed",
    "artist": "Loose Ends",
    "artist_ids": [
        "e0fe4ee3-6ce4-4b63-8854-049c78584fc8"
    ],
    "album": "Zagora",
    "release_id": null,
    "release_group_id": "e46ecd9b-062b-4348-a8a8-fe2bb44ae223",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1986-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the third single off British R&B group's third album 'Zagora'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}