Information about plays

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

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

{
    "id": 3597612,
    "uri": "https://api.kexp.org/v2/plays/3597612/?format=api",
    "airdate": "2025-12-29T12:40:25-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whoever You Are",
    "track_id": null,
    "recording_id": "ff716271-c213-4a26-aa5d-428964e4d95d",
    "artist": "Geggy Tah",
    "artist_ids": [
        "9a0117a8-6930-4bb0-9b7b-77362e2a1c6b"
    ],
    "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": "For my brother Mizell Jr!\n\nA '96 classic going on to those driving round in their cars! Whoever you are! \n\nGeggy said it best: \"I wanna thank you, whoever you are!\"\n\nThanks for your AWESOME support when we needed it most. Please, please considering giving to KEXP! https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}