Information about plays

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

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

{
    "id": 3544170,
    "uri": "https://api.kexp.org/v2/plays/3544170/?format=api",
    "airdate": "2025-08-24T11:04:55-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Jaws",
    "track_id": null,
    "recording_id": "9594c50c-cea4-4c96-bdd8-73836409e548",
    "artist": "Dickie Goodman",
    "artist_ids": [
        "9f48852e-1644-4d4d-8b66-62c67d36cfe2"
    ],
    "album": "Mr. Jaws And Other Fables",
    "release_id": null,
    "release_group_id": "45c3828e-5e87-405c-8edf-f16e6a74b99f",
    "labels": [
        "Cash Records"
    ],
    "label_ids": [
        "18327f50-d288-4f03-99ba-535b10fd6109"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dickie wrote this song as a parody of the summer’s hit movie Jaws mock-interviewing the shark and other characters from the movie.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}