Information about plays

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

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

{
    "id": 3522973,
    "uri": "https://api.kexp.org/v2/plays/3522973/?format=api",
    "airdate": "2025-07-05T13:03:25-07:00",
    "show": 63928,
    "show_uri": "https://api.kexp.org/v2/shows/63928/?format=api",
    "image_uri": "https://ia800600.us.archive.org/17/items/mbid-48e22e52-05a6-4f41-b836-09559bc60a4f/mbid-48e22e52-05a6-4f41-b836-09559bc60a4f-18797177206_thumb500.jpg",
    "thumbnail_uri": "https://ia800600.us.archive.org/17/items/mbid-48e22e52-05a6-4f41-b836-09559bc60a4f/mbid-48e22e52-05a6-4f41-b836-09559bc60a4f-18797177206_thumb250.jpg",
    "song": "Missing Link",
    "track_id": "1df2f478-a314-3374-8e5e-5101311bb058",
    "recording_id": "d6bb918c-1ca0-457a-a62e-78c166837ecf",
    "artist": "Curve",
    "artist_ids": [
        "104d65cc-ac4e-4351-b62d-32438c84259f"
    ],
    "album": "Cuckoo",
    "release_id": "48e22e52-05a6-4f41-b836-09559bc60a4f",
    "release_group_id": "de22e74e-41c8-3776-9203-2c4c6eff7dca",
    "labels": [
        "Anxious Records"
    ],
    "label_ids": [
        "403a021d-be90-45ce-a1ee-26881ed68471"
    ],
    "release_date": "1993-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday (1964) to Toni Halliday, the lead vocalist, lyricist, and occasional guitarist of Curve. \n--\nWatch her mime the lyrics for \"Missing Link\" in this 1993 TV performance: https://www.youtube.com/watch?v=M60g8Yg747U\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}