Information about plays

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

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

{
    "id": 3544176,
    "uri": "https://api.kexp.org/v2/plays/3544176/?format=api",
    "airdate": "2025-08-24T11:26:31-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/e2e8231f-865b-409c-8557-31ff7df52fcf/1264937158-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e2e8231f-865b-409c-8557-31ff7df52fcf/1264937158-250.jpg",
    "song": "Bad, Bad Leroy Brown",
    "track_id": null,
    "recording_id": "6c5c01d1-96e6-4c98-8959-b2a08686dc4e",
    "artist": "Jim Croce",
    "artist_ids": [
        "fcfa9543-e113-4ef9-9ef6-455ba4cbe7af"
    ],
    "album": "Life and Times",
    "release_id": null,
    "release_group_id": "7e127d77-c474-3f84-a849-b35bac2af651",
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written about Croce’s friend in the US army who went AWOL, it was his only #1 hit and his final single as he died later the same year it was released.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}