Information about plays

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

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

{
    "id": 3603986,
    "uri": "https://api.kexp.org/v2/plays/3603986/?format=api",
    "airdate": "2026-01-13T20:37:25-08:00",
    "show": 65643,
    "show_uri": "https://api.kexp.org/v2/shows/65643/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "HOME (W Medusa X)",
    "track_id": null,
    "recording_id": null,
    "artist": "Salome Mc",
    "artist_ids": [
        "ae2f3f7a-50a7-4a0f-a220-3e08a6427a08"
    ],
    "album": "HOME",
    "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": "Salome MC is an Iranian musician, multimedia artist, writer and educator. She is the first woman rapper/hiphop producer of Iran, where she helped shape the hiphop scene in early 2000’s.\n\nIn 2016, Salome immigrated to Washington. She is now based in Austin, Texas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}