Information about plays

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

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

{
    "id": 3551035,
    "uri": "https://api.kexp.org/v2/plays/3551035/?format=api",
    "airdate": "2025-09-09T22:38:39-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://coverartarchive.org/release/df6b0d22-fd9f-4629-9772-d0021f49de96/15193915089-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df6b0d22-fd9f-4629-9772-d0021f49de96/15193915089-250.jpg",
    "song": "Safe and Sound",
    "track_id": null,
    "recording_id": "ee32d5e1-89c7-4cb2-84de-bbde2538084a",
    "artist": "Justice",
    "artist_ids": [
        "860b2707-6153-4e3a-aa57-74d2b42c55b5"
    ],
    "album": "Woman",
    "release_id": null,
    "release_group_id": "e295b8f2-a86c-49fb-8668-aaba1c9f9e4a",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2016-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Electronic band from France. https://justice.church/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}