Information about plays

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

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

{
    "id": 3640444,
    "uri": "https://api.kexp.org/v2/plays/3640444/?format=api",
    "airdate": "2026-04-10T21:11:16-07:00",
    "show": 66418,
    "show_uri": "https://api.kexp.org/v2/shows/66418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Runtown",
    "artist_ids": [
        "8659a81e-3f22-4035-bdc6-8cf89ada7d50"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Runtown (Douglas Jack Agu), born August 19, 1989, is a Nigerian singer, songwriter, and producer known for blending Afrobeats, reggae, and R&B. Rising to fame with his 2014 hit \"Gallardo\" featuring Davido, he cemented his status with the global smash \"Mad Over You\" (2016), pioneering a unique sound that influenced the Nigerian music scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}