Information about plays

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

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

{
    "id": 3595749,
    "uri": "https://api.kexp.org/v2/plays/3595749/?format=api",
    "airdate": "2025-12-25T07:51:30-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrap It Up",
    "track_id": null,
    "recording_id": "cdd53d2e-0c5a-4d91-aea0-ace63f79e444",
    "artist": "Romeo Void",
    "artist_ids": [
        "70693ef1-2d81-4b35-a483-bd78553db176"
    ],
    "album": "Warm, In Your Coat",
    "release_id": null,
    "release_group_id": "fc861568-8d97-3592-8d2f-093b5adbed30",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1992-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wrap It Up by Romeo Void was written by David Porter and Isaac Hayes and was first released by Sam & Dave in 1968.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}