Information about plays

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

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

{
    "id": 3544379,
    "uri": "https://api.kexp.org/v2/plays/3544379/?format=api",
    "airdate": "2025-08-24T20:26:38-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/6987aef1-7bec-44e0-9e54-eb4f0bcb7a7a/27258712651-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6987aef1-7bec-44e0-9e54-eb4f0bcb7a7a/27258712651-250.jpg",
    "song": "Body Contact",
    "track_id": null,
    "recording_id": "de010ee1-314d-47f9-a9e7-b6c67e4d73a6",
    "artist": "LOI",
    "artist_ids": [
        "fff84974-341a-4395-a450-60d955350ef8"
    ],
    "album": "When I Feel The Need For Love / Body Contact",
    "release_id": null,
    "release_group_id": "db50fa9b-500b-4e00-9015-c35bf5143466",
    "labels": [
        "G Clef"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Loi released \"Body Contact\" as a b-side to \"When I Feel The Need For Love\" in 1980.\n\nLoi is a studio band produced by Joe Richards, Barrington Levy, and Janet Kay, featuring vocals by Lois Ramdeen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}