Information about plays

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

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

{
    "id": 3519655,
    "uri": "https://api.kexp.org/v2/plays/3519655/?format=api",
    "airdate": "2025-06-27T20:19:34-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/99b40b89-31b0-42d4-a88b-e8d9b1493408/26895889034-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99b40b89-31b0-42d4-a88b-e8d9b1493408/26895889034-250.jpg",
    "song": "Yèkatit",
    "track_id": null,
    "recording_id": "3cc5b9d7-af06-4b33-b2d5-3caa19933303",
    "artist": "Mulatu Astatke feat. Fèqadu Amdè‐Mesqel",
    "artist_ids": [
        "67f0c7ca-14e8-47a3-be0e-bd2f2ffe25bb",
        "93f39b70-e795-4bcd-8973-0a0407dedd4f"
    ],
    "album": "Ethio Jazz",
    "release_id": null,
    "release_group_id": "b3940e49-3c5e-48b5-b9e1-f2b7e01feaff",
    "labels": [],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mulatu Astatke is an Ethiopian musician and arranger considered as the father of \"Ethio-jazz\". Born in Jimma, Mulatu was musically trained in London, New York City, and Boston where he combined his jazz and Latin music interests with traditional Ethiopian music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}