Information about plays

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

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

{
    "id": 3590632,
    "uri": "https://api.kexp.org/v2/plays/3590632/?format=api",
    "airdate": "2025-12-13T16:44:36-08:00",
    "show": 65369,
    "show_uri": "https://api.kexp.org/v2/shows/65369/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b46f3da-396c-4bf5-bab3-fbe47b962d96/36246117842-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b46f3da-396c-4bf5-bab3-fbe47b962d96/36246117842-250.jpg",
    "song": "Down in Mexico",
    "track_id": null,
    "recording_id": "d1e88ddb-7a8d-4821-a4c4-d49d4e0e727f",
    "artist": "The Coasters",
    "artist_ids": [
        "c174f353-4666-4dfb-af54-5cc70b8afd55"
    ],
    "album": "Death Proof",
    "release_id": null,
    "release_group_id": "9edcbf1b-2a7b-3221-88e1-779d3d3e4aee",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1956 and featured in the 2007 film Death Proof.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}