Information about plays

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

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

{
    "id": 3598952,
    "uri": "https://api.kexp.org/v2/plays/3598952/?format=api",
    "airdate": "2026-01-01T20:09:40-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul of Freedom",
    "track_id": null,
    "recording_id": "834f0476-4841-4b10-8fc2-360bb0c74e59",
    "artist": "Uyama Hiroto feat. Cise Starr",
    "artist_ids": [
        "ff139930-ec21-4c01-8737-4e4c05bdd472",
        "e09bfd0b-2118-4bf4-bd4e-1d5e245e6d02"
    ],
    "album": "Freedom of the Son",
    "release_id": null,
    "release_group_id": "ed3e4e63-8668-4db1-acf7-f98e02f4bc4f",
    "labels": [
        "roph recordings"
    ],
    "label_ids": [
        "3a0d0e26-988a-498d-9512-e13e284f5977"
    ],
    "release_date": "2014-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hiroto Uyama is a Japanese saxophonist, multi-instrumentalist, and producer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}