Information about plays

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

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

{
    "id": 3615910,
    "uri": "https://api.kexp.org/v2/plays/3615910/?format=api",
    "airdate": "2026-02-10T21:48:23-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "De Fez a jerez",
    "track_id": null,
    "recording_id": null,
    "artist": "Seffarine",
    "artist_ids": [],
    "album": "De Fez a jerez",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seffarine will be performing in Seattle @ The Triple Door March 10 & in Tacoma @ the Spanish Ballroom March 11.\n\nTickets for both can be found here: https://tinyurl.com/y23ddcmh\n\nThe album contains original songs based on flamenco and Moroccan music, sung in Arabic, French and Spanish and recorded in Jerez, Spain and Portland, OR\n\nseffarine1.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}