Information about plays

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

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

{
    "id": 3590181,
    "uri": "https://api.kexp.org/v2/plays/3590181/?format=api",
    "airdate": "2025-12-12T14:31:06-08:00",
    "show": 65356,
    "show_uri": "https://api.kexp.org/v2/shows/65356/?format=api",
    "image_uri": "https://ia800502.us.archive.org/8/items/mbid-bd75a130-7ee1-4b68-940b-592b5f21c605/mbid-bd75a130-7ee1-4b68-940b-592b5f21c605-11523292523_thumb500.jpg",
    "thumbnail_uri": "https://ia600502.us.archive.org/8/items/mbid-bd75a130-7ee1-4b68-940b-592b5f21c605/mbid-bd75a130-7ee1-4b68-940b-592b5f21c605-11523292523_thumb250.jpg",
    "song": "Kingston Advice",
    "track_id": "1f668503-6c00-3632-b640-e4219a189f51",
    "recording_id": "ed043b7d-8478-4615-a0a6-4c9964bf78c2",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Sandinista!",
    "release_id": "bd75a130-7ee1-4b68-940b-592b5f21c605",
    "release_group_id": "ff729e76-b7c5-3877-bf7d-bbad4fde43cb",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Clash were an English rock band formed in London in 1976. They are considered one of the most influential acts in the original wave of British punk rock, with their music fusing elements of reggae, dub, funk, ska, and rockabilly.\n---\nhttps://www.theclash.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}