Information about plays

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

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

{
    "id": 3523492,
    "uri": "https://api.kexp.org/v2/plays/3523492/?format=api",
    "airdate": "2025-07-06T14:25:22-07:00",
    "show": 63938,
    "show_uri": "https://api.kexp.org/v2/shows/63938/?format=api",
    "image_uri": "https://ia800702.us.archive.org/33/items/mbid-475f64c6-e2ce-469a-bc9e-181ec1f6b7c3/mbid-475f64c6-e2ce-469a-bc9e-181ec1f6b7c3-41366003835_thumb500.jpg",
    "thumbnail_uri": "https://ia600702.us.archive.org/33/items/mbid-475f64c6-e2ce-469a-bc9e-181ec1f6b7c3/mbid-475f64c6-e2ce-469a-bc9e-181ec1f6b7c3-41366003835_thumb250.jpg",
    "song": "How Big Is The Rainbow",
    "track_id": "01c5f16b-6fbb-48d1-ba57-293578fb35d6",
    "recording_id": "0f2ce251-de0a-4b2c-9913-fa32667d3938",
    "artist": "Tune-Yards",
    "artist_ids": [
        "fac3ff34-6ba4-425a-8f01-b181ef4a908a"
    ],
    "album": "Better Dreaming",
    "release_id": "475f64c6-e2ce-469a-bc9e-181ec1f6b7c3",
    "release_group_id": "8a2218e9-cd28-45eb-a712-0f945bf20d8c",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2025-05-16",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}