Information about plays

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

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

{
    "id": 3544364,
    "uri": "https://api.kexp.org/v2/plays/3544364/?format=api",
    "airdate": "2025-08-24T19:20:07-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Just Want To Give You Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Spice",
    "artist_ids": [
        "9bcbf327-72bf-4a66-a6ad-5e990565c16e"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Well-known Jamaican dancehall and reggae musician, Spice (Grace Hamilton), released \"I Just Want To Give You Love\" in 1982.\n\nGrace Latoya Hamilton, known professionally as Spice, is a Jamaican dancehall recording artist, singer, and songwriter. Known as the \"Queen of Dancehall\" and credited as one of the most influential female Jamaican artists of all time, she is recognized as one of the most prominent dancehall artists in the world.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}