Information about plays

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

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

{
    "id": 3547294,
    "uri": "https://api.kexp.org/v2/plays/3547294/?format=api",
    "airdate": "2025-08-31T19:57:25-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/d956e6cc-8cf6-4f77-942e-51ee1e42984e/17934188623-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d956e6cc-8cf6-4f77-942e-51ee1e42984e/17934188623-250.jpg",
    "song": "Inner City Life",
    "track_id": null,
    "recording_id": "b687ef7e-c6e2-452b-af3b-fb43c6a52b45",
    "artist": "[re:jazz]",
    "artist_ids": [
        "0a8192ef-66ce-46d1-add0-0a598d59a4a7"
    ],
    "album": "Point of View",
    "release_id": null,
    "release_group_id": "dd02900a-c002-37e7-b68a-f8e5f05c2438",
    "labels": [
        "INFRACom!"
    ],
    "label_ids": [
        "07c0ad7b-d804-4cd0-9d05-96db911f9158"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This cover of Goldie's jungle classic \"Inner City Life\" features vocals from Jhelisa Anderson, who the song was originally written for before Goldie ended up recording it with singer Dianne Charlemagne.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}