Information about plays

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

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

{
    "id": 3531318,
    "uri": "https://api.kexp.org/v2/plays/3531318/?format=api",
    "airdate": "2025-07-24T23:37:34-07:00",
    "show": 64104,
    "show_uri": "https://api.kexp.org/v2/shows/64104/?format=api",
    "image_uri": "https://coverartarchive.org/release/c4aed3c0-4ba1-4cf3-9e48-b0b113b0eed2/23375466884-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c4aed3c0-4ba1-4cf3-9e48-b0b113b0eed2/23375466884-250.jpg",
    "song": "Is This the Way",
    "track_id": null,
    "recording_id": "e41b6dfc-347f-4851-91dc-d4c3722eba27",
    "artist": "Cameo",
    "artist_ids": [
        "ef4d808a-2113-44c3-9b44-1b31f026ef1e"
    ],
    "album": "Feel Me",
    "release_id": null,
    "release_group_id": "d1b79d07-d210-30a9-b05b-32e72b9df964",
    "labels": [
        "Casablanca Record and FilmWorks"
    ],
    "label_ids": [
        "68be9da2-16a7-4617-8444-b2b763683cf2"
    ],
    "release_date": "1980-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}