Information about plays

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

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

{
    "id": 3581227,
    "uri": "https://api.kexp.org/v2/plays/3581227/?format=api",
    "airdate": "2025-11-21T23:21:13-08:00",
    "show": 65173,
    "show_uri": "https://api.kexp.org/v2/shows/65173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Watching Us",
    "track_id": null,
    "recording_id": "e4122811-59fc-45c1-9fc7-55eaf3b86686",
    "artist": "Wale ft. Leon Thomas",
    "artist_ids": [],
    "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": "Washington D.C.’s Wale teams up with multi-talented singer/producer Leon Thomas on ‘Watching Us,’ featured on Wale’s 2025 project Wow. Leon Thomas, known for his work with Ariana Grande, SZA, and Giveon, has been touring and releasing new music under Motown.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}