Information about plays

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

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

{
    "id": 3554789,
    "uri": "https://api.kexp.org/v2/plays/3554789/?format=api",
    "airdate": "2025-09-19T00:24:31-07:00",
    "show": 64598,
    "show_uri": "https://api.kexp.org/v2/shows/64598/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cherchez Laghost (dirty)",
    "track_id": null,
    "recording_id": "c2ae49f3-3db1-4fc1-8730-b1e7c8d88e72",
    "artist": "Ghostface Killah",
    "artist_ids": [
        "3b39abeb-0064-4eed-9ddd-ee47a45c54cb"
    ],
    "album": "CherChez LaGhost",
    "release_id": null,
    "release_group_id": "c1f41b7f-1d3e-48d2-be63-c0fd5a22f6a5",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}