Information about plays

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

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

{
    "id": 3595994,
    "uri": "https://api.kexp.org/v2/plays/3595994/?format=api",
    "airdate": "2025-12-25T20:33:50-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "https://coverartarchive.org/release/1a5d5012-5ce7-4e66-988c-986753183472/37332987087-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1a5d5012-5ce7-4e66-988c-986753183472/37332987087-250.jpg",
    "song": "Perfect Night (Holiday remix)",
    "track_id": null,
    "recording_id": "d267a8c2-95c6-421e-afa6-443f07a1a03e",
    "artist": "LE SSERAFIM",
    "artist_ids": [
        "1ee37742-1e3d-4e61-84d2-bc85f4c1459a"
    ],
    "album": "Perfect Night (Holiday remix)",
    "release_id": null,
    "release_group_id": "730b5b72-1efe-4b15-9308-a44a6759ddc8",
    "labels": [
        "SOURCE MUSIC"
    ],
    "label_ids": [
        "6e58adaf-660e-4ef5-8ff5-9c918d91550f"
    ],
    "release_date": "2023-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}