Information about plays

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

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

{
    "id": 3521923,
    "uri": "https://api.kexp.org/v2/plays/3521923/?format=api",
    "airdate": "2025-07-03T02:52:25-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "https://coverartarchive.org/release/9c5b4300-da94-429d-b379-d9c240cfdc7d/14776326860-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9c5b4300-da94-429d-b379-d9c240cfdc7d/14776326860-250.jpg",
    "song": "Queen of the Pack",
    "track_id": null,
    "recording_id": "298a5722-6b6c-4295-8d65-533cf0ca8421",
    "artist": "Patra",
    "artist_ids": [
        "a84c18f2-65a8-4961-afa4-5d834d64f5ec"
    ],
    "album": "Queen of the Pack",
    "release_id": null,
    "release_group_id": "a053b696-7566-310d-a92d-a5dd30eb0c13",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dorothy Smith better known by her stage name Patra, is a Jamaican reggae/dancehall singer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}