Information about plays

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

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

{
    "id": 3500869,
    "uri": "https://api.kexp.org/v2/plays/3500869/?format=api",
    "airdate": "2025-05-13T13:44:37-07:00",
    "show": 63451,
    "show_uri": "https://api.kexp.org/v2/shows/63451/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Was Made To Love Her (Live)",
    "track_id": null,
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [],
    "album": "I Was Made To Love Her (Live)",
    "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": "All through thick and thin\nOur love just won't end\n'Cause I love my baby, love my baby, hey\nMy baby loves me\nMy baby needs me\nAnd I know I ain't going nowhere\n---\nhttps://genius.com/Stevie-wonder-i-was-made-to-love-her-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}