Information about plays

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

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

{
    "id": 3587181,
    "uri": "https://api.kexp.org/v2/plays/3587181/?format=api",
    "airdate": "2025-12-05T14:48:02-08:00",
    "show": 65295,
    "show_uri": "https://api.kexp.org/v2/shows/65295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What The Girls Them Want",
    "track_id": "88d92816-bd88-4d0b-8900-aa4ee920ae12",
    "recording_id": "d81759c4-e36c-44a4-a93c-9b7f6aa95a2b",
    "artist": "Yellowman",
    "artist_ids": [
        "870ec051-e50e-4bf9-b704-6098fe0e0297"
    ],
    "album": "Grapevine / Dynamite Records Vault Classics Volume 2",
    "release_id": "1a6202ed-a71c-4d2b-8449-a10a93f4d7af",
    "release_group_id": "7f5b9126-6730-4f2c-949e-8b65a8dff09d",
    "labels": [
        "Grapevine Records"
    ],
    "label_ids": [
        "08c894de-c8a0-49d8-973f-cf8876a921a5"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to David in Reno\n\nWinston Foster OD, better known by the stage name Yellowman and also known as King Yellowman, is a Jamaican reggae and dancehall deejay.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}