Information about plays

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

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

{
    "id": 3593728,
    "uri": "https://api.kexp.org/v2/plays/3593728/?format=api",
    "airdate": "2025-12-20T23:16:34-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claustrophobia",
    "track_id": null,
    "recording_id": "6260eebe-250c-4105-a3d4-0f129c784ca7",
    "artist": "X-Ray Ted",
    "artist_ids": [
        "2941085a-b370-4acd-941e-03cc029b5db9"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Radioactive Records"
    ],
    "label_ids": [
        "91bbf0d3-63b9-4339-83ff-be86ecb514f6"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}