Information about plays

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

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

{
    "id": 3611406,
    "uri": "https://api.kexp.org/v2/plays/3611406/?format=api",
    "airdate": "2026-01-31T12:07:12-08:00",
    "show": 65804,
    "show_uri": "https://api.kexp.org/v2/shows/65804/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don’t Understand",
    "track_id": "1552a29a-cd99-466e-ad59-7948394eef9d",
    "recording_id": "a08a715e-a975-4d07-8efa-6f1eb0e9382f",
    "artist": "MT Jones",
    "artist_ids": [
        "a7c50dc3-9a8b-4868-8cc9-3a9f065d62f0"
    ],
    "album": "Joy",
    "release_id": "8649ba68-29aa-4707-af8a-18525b1415af",
    "release_group_id": "b3411db2-c6e4-437f-87c8-9ac0a00ade05",
    "labels": [
        "EMDMM LTD."
    ],
    "label_ids": [
        "97d3c932-a747-406e-8a4d-201554e9f70e"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Liverpool artist MT Jones! His upcoming debut album 'Joy' will be out in March 2026! \n\nhttps://mt-jones.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}