Information about plays

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

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

{
    "id": 3522911,
    "uri": "https://api.kexp.org/v2/plays/3522911/?format=api",
    "airdate": "2025-07-05T09:43:02-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "https://coverartarchive.org/release/9df930f5-ba92-4269-b51d-cd19971a8beb/3179205797-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9df930f5-ba92-4269-b51d-cd19971a8beb/3179205797-250.jpg",
    "song": "Mr Cop",
    "track_id": null,
    "recording_id": "2be38652-59b7-464a-b8ea-183d09f603fc",
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Reggae Night",
    "release_id": null,
    "release_group_id": "4ff12983-ac9f-45f9-8ad7-159d341ffd01",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gregory Isaacs, known as the \"Cool Ruler,\" was a highly influential Jamaican reggae singer and songwriter, renowned for his smooth, soulful vocals and romantic ballads. He was born on July 15, 1951, in Fletcher's Land, Kingston, Jamaica, and became a prolific recording artist in the 1970s, establishing himself as a leading figure in the lovers rock subgenre. Isaacs is also known for his hits \"Night Nurse\" and \"Mr. Cop\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}