Information about plays

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

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

{
    "id": 3568967,
    "uri": "https://api.kexp.org/v2/plays/3568967/?format=api",
    "airdate": "2025-10-23T14:25:42-07:00",
    "show": 64912,
    "show_uri": "https://api.kexp.org/v2/shows/64912/?format=api",
    "image_uri": "https://coverartarchive.org/release/da6e49c2-6418-4f39-ad27-aa9d40884136/5916604493-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da6e49c2-6418-4f39-ad27-aa9d40884136/5916604493-250.jpg",
    "song": "Break Ups 2 Make Ups",
    "track_id": null,
    "recording_id": "aa5c2456-b6ec-40d9-b308-840ad76a6be3",
    "artist": "Method Man feat. D’Angelo",
    "artist_ids": [
        "94dbfe2e-ca48-4e08-a5a8-e1e74136c63d",
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Tical 2000: Judgement Day",
    "release_id": null,
    "release_group_id": "ca9bdb76-78b9-303c-a4ec-19dca4d0b648",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1998-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Method Man does the verses on this song, while D'Angelo joins him on the chorus.  Here are the lyrics: https://genius.com/Method-man-break-ups-2-make-ups-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}