Information about plays

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

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

{
    "id": 3545384,
    "uri": "https://api.kexp.org/v2/plays/3545384/?format=api",
    "airdate": "2025-08-27T06:10:44-07:00",
    "show": 64399,
    "show_uri": "https://api.kexp.org/v2/shows/64399/?format=api",
    "image_uri": "https://ia804609.us.archive.org/10/items/mbid-a04486fc-31b7-48e1-8239-07cd30e67ef7/mbid-a04486fc-31b7-48e1-8239-07cd30e67ef7-17796307959_thumb500.jpg",
    "thumbnail_uri": "https://ia804609.us.archive.org/10/items/mbid-a04486fc-31b7-48e1-8239-07cd30e67ef7/mbid-a04486fc-31b7-48e1-8239-07cd30e67ef7-17796307959_thumb250.jpg",
    "song": "This Must Be the Place (Naive Melody)",
    "track_id": "5624c301-064a-3856-b91e-6a1d59101735",
    "recording_id": "7dcec16f-7691-4042-9f09-616bac2666e8",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Speaking in Tongues",
    "release_id": "a04486fc-31b7-48e1-8239-07cd30e67ef7",
    "release_group_id": "8a7a9db3-f87b-37d5-96a6-67485a8792e6",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hello Eva!\n\nWe love your show all the way from Ireland. It might be early where you\nare in the studio but we're rockin' it out here over lunch.\n\nCan you please give a big shout out to my lovely wife Jess on our 3rd\nwedding anniversary. We rescued a cat for our first anniversary, a dog\nfor our second and now we're having a baby boy for our third!\n\nCould you please play This Must Be The Place by Talking Heads. This was\nour first dance song and it holds a very special place in hearts!\n\nThank you so much!!\n\nLe grá (With Love),\n\nSam, Jess, Max, Bonnie and The Baby Boy to be!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}