Information about plays

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

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

{
    "id": 3589858,
    "uri": "https://api.kexp.org/v2/plays/3589858/?format=api",
    "airdate": "2025-12-11T19:07:01-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "https://coverartarchive.org/release/bebb0180-9664-4be5-95d4-479985374228/8353475778-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bebb0180-9664-4be5-95d4-479985374228/8353475778-250.jpg",
    "song": "Addictive",
    "track_id": null,
    "recording_id": "49d9e0cb-cb21-48a6-829e-f06252111945",
    "artist": "Truth Hurts feat. Rakim",
    "artist_ids": [
        "c42d7b98-e57f-4ff2-86f2-bc77b51d3c1e",
        "2792b097-0b1d-4c50-97f6-f7f097f86438"
    ],
    "album": "Addictive",
    "release_id": null,
    "release_group_id": "88b9c170-469c-3d23-9810-c014ee85bd79",
    "labels": [
        "Aftermath Entertainment"
    ],
    "label_ids": [
        "c0629488-2aa2-4b46-9de8-decb27147444"
    ],
    "release_date": "2002-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples Lata Mangeshkar's \"Thoda Resham Lagta Hai\". The definitive voice of Bollywood.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}