Information about plays

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

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

{
    "id": 3519691,
    "uri": "https://api.kexp.org/v2/plays/3519691/?format=api",
    "airdate": "2025-06-27T22:35:05-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WeMaj",
    "track_id": null,
    "recording_id": null,
    "artist": "Kenyon Dixon, Terrace Martin, Rapsody",
    "artist_ids": [
        "19085489-733c-4283-a565-e0b9f2d1e939",
        "47d06156-05af-420e-8835-be50353a5d52",
        "d6302903-1f62-420a-8d8b-c54941ac754e"
    ],
    "album": "Come As You Are",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Terrace Martin and Kenyon Dixon have released a collaborative album titled \"Come As You Are\". A music publication says it's a 13-track set exploring themes of self-acceptance and authenticity, rooted in their Los Angeles upbringing and musical influences. The album features collaborations with Rapsody, Ogi, and Robert Glasper.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}