Information about plays

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

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

{
    "id": 3574830,
    "uri": "https://api.kexp.org/v2/plays/3574830/?format=api",
    "airdate": "2025-11-06T19:04:12-08:00",
    "show": 65040,
    "show_uri": "https://api.kexp.org/v2/shows/65040/?format=api",
    "image_uri": "https://coverartarchive.org/release/758da90b-42f7-468e-b931-fc7b8be16f10/30136398363-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/758da90b-42f7-468e-b931-fc7b8be16f10/30136398363-250.jpg",
    "song": "FOOLISH GIRL",
    "track_id": null,
    "recording_id": "7c771280-e657-4d24-8469-155eae192641",
    "artist": "CHOCOLATE LIPS",
    "artist_ids": [
        "fd8a46c6-b51a-4e00-a4b2-6e01200846bd"
    ],
    "album": "CHOCOLATE LIPS",
    "release_id": null,
    "release_group_id": "922abf2b-650c-4110-a2bf-60bbaf899671",
    "labels": [
        "Carnival"
    ],
    "label_ids": [
        "dac445a2-fe6a-4624-9c6b-f81d10b49c3d"
    ],
    "release_date": "1984-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "80s band consisting of city pop sweetheart Miho Fujiwara.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}